Klasse StatusLayoutUpdate

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

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

    • layout

      protected WorkflowLayout layout
    • properties

      protected Map<String,String> properties
      The properties for this status layout.
    • statusReference

      protected String statusReference
      A unique ID which the status will use to refer to this layout configuration.
  • Konstruktordetails

    • StatusLayoutUpdate

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

      @Internal public StatusLayoutUpdate(WorkflowLayout layout, Map<String,String> properties, String statusReference)
      Constructs a validated instance of StatusLayoutUpdate.

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

      Parameter:
      layout - var.name
      properties - The properties for this status layout.
      statusReference - A unique ID which the status will use to refer to this layout configuration.
    • StatusLayoutUpdate

      protected StatusLayoutUpdate()
  • Methodendetails