Klasse ScreenSchemeDetails

java.lang.Object
io.github.primelib.jira4j.restv2.model.ScreenSchemeDetails

@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator") public class ScreenSchemeDetails extends Object
ScreenSchemeDetails
  • Felddetails

    • description

      protected String description
      The description of the screen scheme. The maximum length is 255 characters.
    • name

      protected String name
      The name of the screen scheme. The name must be unique. The maximum length is 255 characters.
    • screens

      protected ScreenTypes screens
  • Konstruktordetails

    • ScreenSchemeDetails

      public ScreenSchemeDetails(Consumer<ScreenSchemeDetails> spec)
      Constructs a validated instance of ScreenSchemeDetails.
      Parameter:
      spec - the specification to process
    • ScreenSchemeDetails

      @Internal public ScreenSchemeDetails(String description, String name, ScreenTypes screens)
      Constructs a validated instance of ScreenSchemeDetails.

      NOTE: This constructor is not considered stable and may change if the model is updated. Consider using ScreenSchemeDetails(Consumer) instead.

      Parameter:
      description - The description of the screen scheme. The maximum length is 255 characters.
      name - The name of the screen scheme. The name must be unique. The maximum length is 255 characters.
      screens - screens
    • ScreenSchemeDetails

      protected ScreenSchemeDetails()
  • Methodendetails

    • builder

    • description

      public String description()
      The description of the screen scheme. The maximum length is 255 characters.
    • name

      public String name()
      The name of the screen scheme. The name must be unique. The maximum length is 255 characters.
    • screens

      public ScreenTypes screens()
    • description

      public ScreenSchemeDetails description(String description)
      The description of the screen scheme. The maximum length is 255 characters.
      Gibt zurück:
      this.
    • name

      public ScreenSchemeDetails name(String name)
      The name of the screen scheme. The name must be unique. The maximum length is 255 characters.
      Gibt zurück:
      this.
    • screens

      public ScreenSchemeDetails screens(ScreenTypes screens)
      Gibt zurück:
      this.
    • equals

      public boolean equals(Object o)
      Setzt außer Kraft:
      equals in Klasse Object
    • canEqual

      protected boolean canEqual(Object other)
    • hashCode

      public int hashCode()
      Setzt außer Kraft:
      hashCode in Klasse Object
    • toString

      public String toString()
      Setzt außer Kraft:
      toString in Klasse Object