Class WorkflowTransitionRulesUpdateErrors
java.lang.Object
io.github.primelib.jira4j.restv3.model.WorkflowTransitionRulesUpdateErrors
@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator")
public class WorkflowTransitionRulesUpdateErrors
extends Object
WorkflowTransitionRulesUpdateErrors
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected List<WorkflowTransitionRulesUpdateErrorDetails>
A list of workflows. -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
Constructs a validated instance ofWorkflowTransitionRulesUpdateErrors
.Constructs a validated instance ofWorkflowTransitionRulesUpdateErrors
. -
Method Summary
Modifier and TypeMethodDescriptionbuilder()
protected boolean
boolean
int
hashCode()
toString()
A list of workflows.updateResults
(List<WorkflowTransitionRulesUpdateErrorDetails> updateResults) A list of workflows.
-
Field Details
-
updateResults
A list of workflows.
-
-
Constructor Details
-
WorkflowTransitionRulesUpdateErrors
Constructs a validated instance ofWorkflowTransitionRulesUpdateErrors
.- Parameters:
spec
- the specification to process
-
WorkflowTransitionRulesUpdateErrors
@Internal public WorkflowTransitionRulesUpdateErrors(List<WorkflowTransitionRulesUpdateErrorDetails> updateResults) Constructs a validated instance ofWorkflowTransitionRulesUpdateErrors
.NOTE: This constructor is not considered stable and may change if the model is updated. Consider using
WorkflowTransitionRulesUpdateErrors(Consumer)
instead.- Parameters:
updateResults
- A list of workflows.
-
WorkflowTransitionRulesUpdateErrors
protected WorkflowTransitionRulesUpdateErrors()
-
-
Method Details
-
builder
public static WorkflowTransitionRulesUpdateErrors.WorkflowTransitionRulesUpdateErrorsBuilder builder() -
updateResults
A list of workflows. -
updateResults
public WorkflowTransitionRulesUpdateErrors updateResults(List<WorkflowTransitionRulesUpdateErrorDetails> updateResults) A list of workflows.- Returns:
this
.
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-