Klasse ScreenDetails

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

@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator") public class ScreenDetails extends Object
ScreenDetails
  • 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

    • ScreenDetails

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

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

      NOTE: This constructor is not considered stable and may change if the model is updated. Consider using ScreenDetails(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.
    • ScreenDetails

      protected ScreenDetails()
  • Methodendetails

    • builder

      public static ScreenDetails.ScreenDetailsBuilder 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 ScreenDetails description(String description)
      The description of the screen. The maximum length is 255 characters.
      Gibt zurück:
      this.
    • name

      public ScreenDetails 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