Klasse WorkflowRules
java.lang.Object
io.github.primelib.jira4j.restv3.model.WorkflowRules
@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator")
public class WorkflowRules
extends Object
WorkflowRules
-
Verschachtelte Klassen - Übersicht
Verschachtelte Klassen -
Feldübersicht
FelderModifizierer und TypFeldBeschreibungprotected WorkflowCondition
protected List<WorkflowTransitionRule>
The workflow post functions.protected List<WorkflowTransitionRule>
The workflow validators. -
Konstruktorübersicht
KonstruktorenModifiziererKonstruktorBeschreibungprotected
WorkflowRules
(WorkflowCondition conditionsTree, List<WorkflowTransitionRule> postFunctions, List<WorkflowTransitionRule> validators) Constructs a validated instance ofWorkflowRules
.WorkflowRules
(Consumer<WorkflowRules> spec) Constructs a validated instance ofWorkflowRules
. -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungbuilder()
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.
-
Felddetails
-
conditionsTree
-
postFunctions
The workflow post functions. -
validators
The workflow validators.
-
-
Konstruktordetails
-
WorkflowRules
Constructs a validated instance ofWorkflowRules
.- Parameter:
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.- Parameter:
conditionsTree
- var.namepostFunctions
- The workflow post functions.validators
- The workflow validators.
-
WorkflowRules
protected WorkflowRules()
-
-
Methodendetails
-
builder
-
conditionsTree
-
postFunctions
The workflow post functions. -
validators
The workflow validators. -
conditionsTree
- Gibt zurück:
this
.
-
postFunctions
The workflow post functions.- Gibt zurück:
this
.
-
validators
The workflow validators.- Gibt zurück:
this
.
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-