Klasse WorkflowCompoundCondition
java.lang.Object
io.github.primelib.jira4j.restv2.model.WorkflowCompoundCondition
@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator")
public class WorkflowCompoundCondition
extends Object
WorkflowCompoundCondition
-
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 String
protected WorkflowCompoundCondition.OperatorEnum
The compound condition operator. -
Konstruktorübersicht
KonstruktorenModifiziererKonstruktorBeschreibungprotected
Constructs a validated instance ofWorkflowCompoundCondition
.WorkflowCompoundCondition
(List<WorkflowCondition> conditions, String nodeType, WorkflowCompoundCondition.OperatorEnum operator) Constructs a validated instance ofWorkflowCompoundCondition
. -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungbuilder()
protected boolean
The list of workflow conditions.conditions
(List<WorkflowCondition> conditions) The list of workflow conditions.boolean
int
hashCode()
nodeType()
operator()
The compound condition operator.The compound condition operator.toString()
-
Felddetails
-
conditions
The list of workflow conditions. -
nodeType
-
operator
The compound condition operator.
-
-
Konstruktordetails
-
WorkflowCompoundCondition
Constructs a validated instance ofWorkflowCompoundCondition
.- Parameter:
spec
- the specification to process
-
WorkflowCompoundCondition
@Internal public WorkflowCompoundCondition(List<WorkflowCondition> conditions, String nodeType, WorkflowCompoundCondition.OperatorEnum operator) Constructs a validated instance ofWorkflowCompoundCondition
.NOTE: This constructor is not considered stable and may change if the model is updated. Consider using
WorkflowCompoundCondition(Consumer)
instead.- Parameter:
conditions
- The list of workflow conditions.nodeType
- var.nameoperator
- The compound condition operator.
-
WorkflowCompoundCondition
protected WorkflowCompoundCondition()
-
-
Methodendetails
-
builder
-
conditions
The list of workflow conditions. -
nodeType
-
operator
The compound condition operator. -
conditions
The list of workflow conditions.- Gibt zurück:
this
.
-
nodeType
- Gibt zurück:
this
.
-
operator
The compound condition operator.- Gibt zurück:
this
.
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-