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