Klasse UpdateUiModificationDetails

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

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

    • contexts

      protected List<UiModificationContextDetails> contexts
      List of contexts of the UI modification. The maximum number of contexts is 1000. If provided, replaces all existing contexts.
    • 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.
    • name

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

    • UpdateUiModificationDetails

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

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

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

      Parameter:
      contexts - List of contexts of the UI modification. The maximum number of contexts is 1000. If provided, replaces all existing contexts.
      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.
      name - The name of the UI modification. The maximum length is 255 characters.
    • UpdateUiModificationDetails

      protected UpdateUiModificationDetails()
  • Methodendetails

    • builder

    • contexts

      public List<UiModificationContextDetails> contexts()
      List of contexts of the UI modification. The maximum number of contexts is 1000. If provided, replaces all existing contexts.
    • 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.
    • name

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

      List of contexts of the UI modification. The maximum number of contexts is 1000. If provided, replaces all existing contexts.
      Gibt zurück:
      this.
    • data

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

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

      public UpdateUiModificationDetails name(String name)
      The name of the UI modification. 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