Class WorkflowTransitionRulesUpdateErrorDetails

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

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

    • ruleUpdateErrors

      protected Map<String,Set<String>> ruleUpdateErrors
      A list of transition rule update errors, indexed by the transition rule ID. Any transition rule that appears here wasn't updated.
    • updateErrors

      protected Set<String> updateErrors
      The list of errors that specify why the workflow update failed. The workflow was not updated if the list contains any entries.
    • workflowId

      protected WorkflowId workflowId
  • Constructor Details

    • WorkflowTransitionRulesUpdateErrorDetails

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

      @Internal public WorkflowTransitionRulesUpdateErrorDetails(Map<String,Set<String>> ruleUpdateErrors, Set<String> updateErrors, WorkflowId workflowId)
      Constructs a validated instance of WorkflowTransitionRulesUpdateErrorDetails.

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

      Parameters:
      ruleUpdateErrors - A list of transition rule update errors, indexed by the transition rule ID. Any transition rule that appears here wasn't updated.
      updateErrors - The list of errors that specify why the workflow update failed. The workflow was not updated if the list contains any entries.
      workflowId - workflowId
    • WorkflowTransitionRulesUpdateErrorDetails

      protected WorkflowTransitionRulesUpdateErrorDetails()
  • Method Details