Klasse UiModificationDetails

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

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

    • contexts

      protected List<UiModificationContextDetails> contexts
      List of contexts of the UI modification. The maximum number of contexts is 1000.
    • data

      protected String data
      The data of the UI modification. The maximum size of the data is 50000 characters.
    • description

      protected String description
      The description of the UI modification. The maximum length is 255 characters.
    • id

      protected String id
      The ID of the UI modification.
    • name

      protected String name
      The name of the UI modification. The maximum length is 255 characters.
    • self

      protected String self
      The URL of the UI modification.
  • Konstruktordetails

    • UiModificationDetails

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

      @Internal public UiModificationDetails(List<UiModificationContextDetails> contexts, String data, String description, String id, String name, String self)
      Constructs a validated instance of UiModificationDetails.

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

      Parameter:
      contexts - List of contexts of the UI modification. The maximum number of contexts is 1000.
      data - The data of the UI modification. The maximum size of the data is 50000 characters.
      description - The description of the UI modification. The maximum length is 255 characters.
      id - The ID of the UI modification.
      name - The name of the UI modification. The maximum length is 255 characters.
      self - The URL of the UI modification.
    • UiModificationDetails

      protected UiModificationDetails()
  • Methodendetails

    • builder

    • contexts

      public List<UiModificationContextDetails> contexts()
      List of contexts of the UI modification. The maximum number of contexts is 1000.
    • data

      public String data()
      The data of the UI modification. The maximum size of the data is 50000 characters.
    • description

      public String description()
      The description of the UI modification. The maximum length is 255 characters.
    • id

      public String id()
      The ID of the UI modification.
    • name

      public String name()
      The name of the UI modification. The maximum length is 255 characters.
    • self

      public String self()
      The URL of the UI modification.
    • contexts

      List of contexts of the UI modification. The maximum number of contexts is 1000.
      Gibt zurück:
      this.
    • data

      public UiModificationDetails data(String data)
      The data of the UI modification. The maximum size of the data is 50000 characters.
      Gibt zurück:
      this.
    • description

      public UiModificationDetails description(String description)
      The description of the UI modification. The maximum length is 255 characters.
      Gibt zurück:
      this.
    • id

      public UiModificationDetails id(String id)
      The ID of the UI modification.
      Gibt zurück:
      this.
    • name

      public UiModificationDetails name(String name)
      The name of the UI modification. The maximum length is 255 characters.
      Gibt zurück:
      this.
    • self

      public UiModificationDetails self(String self)
      The URL of the UI modification.
      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