Class WorkflowRules
java.lang.Object
io.github.primelib.jira4j.restv3.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 WorkflowConditionprotected List<WorkflowTransitionRule>The workflow post functions.protected List<WorkflowTransitionRule>The workflow validators. -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedWorkflowRules(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 booleanconditionsTree(WorkflowCondition conditionsTree) booleaninthashCode()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
-