Klasse WorkflowCondition
java.lang.Object
io.github.primelib.jira4j.restv3.model.WorkflowCondition
@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator")
public class WorkflowCondition
extends Object
WorkflowCondition
-
Verschachtelte Klassen - Übersicht
Verschachtelte KlassenModifizierer und TypKlasseBeschreibungstatic enum
The compound condition operator.static class
-
Feldübersicht
FelderModifizierer und TypFeldBeschreibungprotected List<WorkflowCondition>
The list of workflow conditions.protected Object
EXPERIMENTAL.protected String
protected WorkflowCondition.OperatorEnum
The compound condition operator.protected String
The type of the transition rule. -
Konstruktorübersicht
KonstruktorenModifiziererKonstruktorBeschreibungprotected
WorkflowCondition
(Object configuration, String nodeType, String type, List<WorkflowCondition> conditions, WorkflowCondition.OperatorEnum operator) Constructs a validated instance ofWorkflowCondition
.Constructs a validated instance ofWorkflowCondition
. -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungbuilder()
protected boolean
The list of workflow conditions.conditions
(List<WorkflowCondition> conditions) The list of workflow conditions.EXPERIMENTAL.configuration
(Object configuration) EXPERIMENTAL.boolean
int
hashCode()
nodeType()
operator()
The compound condition operator.operator
(WorkflowCondition.OperatorEnum operator) The compound condition operator.toString()
type()
The type of the transition rule.The type of the transition rule.
-
Felddetails
-
configuration
EXPERIMENTAL. The configuration of the transition rule. -
nodeType
-
type
The type of the transition rule. -
conditions
The list of workflow conditions. -
operator
The compound condition operator.
-
-
Konstruktordetails
-
WorkflowCondition
Constructs a validated instance ofWorkflowCondition
.- Parameter:
spec
- the specification to process
-
WorkflowCondition
@Internal public WorkflowCondition(Object configuration, String nodeType, String type, List<WorkflowCondition> conditions, WorkflowCondition.OperatorEnum operator) Constructs a validated instance ofWorkflowCondition
.NOTE: This constructor is not considered stable and may change if the model is updated. Consider using
WorkflowCondition(Consumer)
instead.- Parameter:
configuration
- EXPERIMENTAL. The configuration of the transition rule.nodeType
- var.nametype
- The type of the transition rule.conditions
- The list of workflow conditions.operator
- The compound condition operator.
-
WorkflowCondition
protected WorkflowCondition()
-
-
Methodendetails
-
builder
-
configuration
EXPERIMENTAL. The configuration of the transition rule. -
nodeType
-
type
The type of the transition rule. -
conditions
The list of workflow conditions. -
operator
The compound condition operator. -
configuration
EXPERIMENTAL. The configuration of the transition rule.- Gibt zurück:
this
.
-
nodeType
- Gibt zurück:
this
.
-
type
The type of the transition rule.- Gibt zurück:
this
.
-
conditions
The list of workflow conditions.- Gibt zurück:
this
.
-
operator
The compound condition operator.- Gibt zurück:
this
.
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-