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
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class
-
Field Summary
FieldsModifier and TypeFieldDescriptionA list of transition rule update errors, indexed by the transition rule ID.The list of errors that specify why the workflow update failed.protected WorkflowId
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
Constructs a validated instance ofWorkflowTransitionRulesUpdateErrorDetails
.WorkflowTransitionRulesUpdateErrorDetails
(Map<String, Set<String>> ruleUpdateErrors, Set<String> updateErrors, WorkflowId workflowId) Constructs a validated instance ofWorkflowTransitionRulesUpdateErrorDetails
. -
Method Summary
Modifier and TypeMethodDescriptionbuilder()
protected boolean
boolean
int
hashCode()
A list of transition rule update errors, indexed by the transition rule ID.ruleUpdateErrors
(Map<String, Set<String>> ruleUpdateErrors) A list of transition rule update errors, indexed by the transition rule ID.toString()
The list of errors that specify why the workflow update failed.updateErrors
(Set<String> updateErrors) The list of errors that specify why the workflow update failed.workflowId
(WorkflowId workflowId)
-
Field Details
-
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
-
-
Constructor Details
-
WorkflowTransitionRulesUpdateErrorDetails
public WorkflowTransitionRulesUpdateErrorDetails(Consumer<WorkflowTransitionRulesUpdateErrorDetails> spec) Constructs a validated instance ofWorkflowTransitionRulesUpdateErrorDetails
.- Parameters:
spec
- the specification to process
-
WorkflowTransitionRulesUpdateErrorDetails
@Internal public WorkflowTransitionRulesUpdateErrorDetails(Map<String, Set<String>> ruleUpdateErrors, Set<String> updateErrors, WorkflowId workflowId) Constructs a validated instance ofWorkflowTransitionRulesUpdateErrorDetails
.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
-
builder
public static WorkflowTransitionRulesUpdateErrorDetails.WorkflowTransitionRulesUpdateErrorDetailsBuilder builder() -
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
-
ruleUpdateErrors
public WorkflowTransitionRulesUpdateErrorDetails ruleUpdateErrors(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.- Returns:
this
.
-
updateErrors
The list of errors that specify why the workflow update failed. The workflow was not updated if the list contains any entries.- Returns:
this
.
-
workflowId
- Returns:
this
.
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-