Klasse WorkflowRulesSearchDetails

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

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

    • invalidRules

      protected List<UUID> invalidRules
      List of workflow rule IDs that do not belong to the workflow or can not be found.
    • validRules

      protected List<WorkflowTransitionRules> validRules
      List of valid workflow transition rules.
    • workflowEntityId

      protected UUID workflowEntityId
      The workflow ID.
  • Konstruktordetails

    • WorkflowRulesSearchDetails

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

      @Internal public WorkflowRulesSearchDetails(List<UUID> invalidRules, List<WorkflowTransitionRules> validRules, UUID workflowEntityId)
      Constructs a validated instance of WorkflowRulesSearchDetails.

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

      Parameter:
      invalidRules - List of workflow rule IDs that do not belong to the workflow or can not be found.
      validRules - List of valid workflow transition rules.
      workflowEntityId - The workflow ID.
    • WorkflowRulesSearchDetails

      protected WorkflowRulesSearchDetails()
  • Methodendetails