Klasse UpdateScreenDetails

java.lang.Object
io.github.primelib.jira4j.restv3.model.UpdateScreenDetails

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

    • description

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

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

    • UpdateScreenDetails

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

      @Internal public UpdateScreenDetails(String description, String name)
      Constructs a validated instance of UpdateScreenDetails.

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

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

      protected UpdateScreenDetails()
  • Methodendetails

    • builder

    • description

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

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

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

      public UpdateScreenDetails name(String name)
      The name of the screen. The name must be unique. The maximum length is 255 characters.
      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