Klasse WorkflowTransitionRules
java.lang.Object
io.github.primelib.jira4j.restv3.model.WorkflowTransitionRules
@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator")
public class WorkflowTransitionRules
extends Object
WorkflowTransitionRules
-
Verschachtelte Klassen - Übersicht
Verschachtelte KlassenModifizierer und TypKlasseBeschreibungstatic class -
Feldübersicht
FelderModifizierer und TypFeldBeschreibungprotected 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 -
Konstruktorübersicht
KonstruktorenModifiziererKonstruktorBeschreibungprotectedConstructs a validated instance ofWorkflowTransitionRules.WorkflowTransitionRules(List<AppWorkflowTransitionRule> conditions, List<AppWorkflowTransitionRule> postFunctions, List<AppWorkflowTransitionRule> validators, WorkflowId workflowId) Constructs a validated instance ofWorkflowTransitionRules. -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungbuilder()protected booleanThe list of conditions within the workflow.conditions(List<AppWorkflowTransitionRule> conditions) The list of conditions within the workflow.booleaninthashCode()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)
-
Felddetails
-
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
-
-
Konstruktordetails
-
WorkflowTransitionRules
Constructs a validated instance ofWorkflowTransitionRules.- Parameter:
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.- Parameter:
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()
-
-
Methodendetails
-
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.- Gibt zurück:
this.
-
postFunctions
The list of post functions within the workflow.- Gibt zurück:
this.
-
validators
The list of validators within the workflow.- Gibt zurück:
this.
-
workflowId
- Gibt zurück:
this.
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-