Class WorkflowCompoundCondition
java.lang.Object
io.github.primelib.jira4j.restv3.model.WorkflowCompoundCondition
@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator")
public class WorkflowCompoundCondition
extends Object
WorkflowCompoundCondition
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enum
The compound condition operator.static class
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected List<WorkflowCondition>
The list of workflow conditions.protected String
protected WorkflowCompoundCondition.OperatorEnum
The compound condition operator. -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
Constructs a validated instance ofWorkflowCompoundCondition
.WorkflowCompoundCondition
(List<WorkflowCondition> conditions, String nodeType, WorkflowCompoundCondition.OperatorEnum operator) Constructs a validated instance ofWorkflowCompoundCondition
. -
Method Summary
Modifier and TypeMethodDescriptionbuilder()
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()
-
Field Details
-
conditions
The list of workflow conditions. -
nodeType
-
operator
The compound condition operator.
-
-
Constructor Details
-
WorkflowCompoundCondition
Constructs a validated instance ofWorkflowCompoundCondition
.- Parameters:
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.- Parameters:
conditions
- The list of workflow conditions.nodeType
- nodeTypeoperator
- The compound condition operator.
-
WorkflowCompoundCondition
protected WorkflowCompoundCondition()
-
-
Method Details
-
builder
-
conditions
The list of workflow conditions. -
nodeType
-
operator
The compound condition operator. -
conditions
The list of workflow conditions.- Returns:
this
.
-
nodeType
- Returns:
this
.
-
operator
The compound condition operator.- Returns:
this
.
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-