Klasse CreateUiModificationDetails

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

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

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

    • CreateUiModificationDetails

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

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

      NOTE: This constructor is not considered stable and may change if the model is updated. Consider using CreateUiModificationDetails(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.
      name - The name of the UI modification. The maximum length is 255 characters.
    • CreateUiModificationDetails

      protected CreateUiModificationDetails()
  • Methodendetails