Class StatusesPerWorkflow

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

@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator") public class StatusesPerWorkflow extends Object
StatusesPerWorkflow
  • Field Details

    • initialStatusId

      protected String initialStatusId
      The ID of the initial status for the workflow.
    • statuses

      protected Set<String> statuses
      The status IDs associated with the workflow.
    • workflowId

      protected String workflowId
      The ID of the workflow.
  • Constructor Details

    • StatusesPerWorkflow

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

      @Internal public StatusesPerWorkflow(String initialStatusId, Set<String> statuses, String workflowId)
      Constructs a validated instance of StatusesPerWorkflow.

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

      Parameters:
      initialStatusId - The ID of the initial status for the workflow.
      statuses - The status IDs associated with the workflow.
      workflowId - The ID of the workflow.
    • StatusesPerWorkflow

      protected StatusesPerWorkflow()
  • Method Details