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