Class WorkflowTransitionRules
java.lang.Object
io.github.primelib.jira4j.restv3.model.WorkflowTransitionRules
@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator")
public class WorkflowTransitionRules
extends Object
WorkflowTransitionRules
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected List<AppWorkflowTransitionRule>
The list of conditions within the workflow.protected List<AppWorkflowTransitionRule>
The list of post functions within the workflow.protected List<AppWorkflowTransitionRule>
The list of validators within the workflow.protected WorkflowId
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
Constructs a validated instance ofWorkflowTransitionRules
.WorkflowTransitionRules
(List<AppWorkflowTransitionRule> conditions, List<AppWorkflowTransitionRule> postFunctions, List<AppWorkflowTransitionRule> validators, WorkflowId workflowId) Constructs a validated instance ofWorkflowTransitionRules
. -
Method Summary
Modifier and TypeMethodDescriptionbuilder()
protected boolean
The list of conditions within the workflow.conditions
(List<AppWorkflowTransitionRule> conditions) The list of conditions within the workflow.boolean
int
hashCode()
The list of post functions within the workflow.postFunctions
(List<AppWorkflowTransitionRule> postFunctions) The list of post functions within the workflow.toString()
The list of validators within the workflow.validators
(List<AppWorkflowTransitionRule> validators) The list of validators within the workflow.workflowId
(WorkflowId workflowId)
-
Field Details
-
conditions
The list of conditions within the workflow. -
postFunctions
The list of post functions within the workflow. -
validators
The list of validators within the workflow. -
workflowId
-
-
Constructor Details
-
WorkflowTransitionRules
Constructs a validated instance ofWorkflowTransitionRules
.- Parameters:
spec
- the specification to process
-
WorkflowTransitionRules
@Internal public WorkflowTransitionRules(List<AppWorkflowTransitionRule> conditions, List<AppWorkflowTransitionRule> postFunctions, List<AppWorkflowTransitionRule> validators, WorkflowId workflowId) Constructs a validated instance ofWorkflowTransitionRules
.NOTE: This constructor is not considered stable and may change if the model is updated. Consider using
WorkflowTransitionRules(Consumer)
instead.- Parameters:
conditions
- The list of conditions within the workflow.postFunctions
- The list of post functions within the workflow.validators
- The list of validators within the workflow.workflowId
- workflowId
-
WorkflowTransitionRules
protected WorkflowTransitionRules()
-
-
Method Details
-
builder
-
conditions
The list of conditions within the workflow. -
postFunctions
The list of post functions within the workflow. -
validators
The list of validators within the workflow. -
workflowId
-
conditions
The list of conditions within the workflow.- Returns:
this
.
-
postFunctions
The list of post functions within the workflow.- Returns:
this
.
-
validators
The list of validators within the workflow.- Returns:
this
.
-
workflowId
- Returns:
this
.
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-