Class WorkflowCondition
java.lang.Object
io.github.primelib.jira4j.restv3.model.WorkflowCondition
@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator")
public class WorkflowCondition
extends Object
WorkflowCondition
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enumThe compound condition operator.static class -
Field Summary
FieldsModifier and TypeFieldDescriptionprotected List<WorkflowCondition>The list of workflow conditions.protected ObjectEXPERIMENTAL.protected Stringprotected WorkflowCondition.OperatorEnumThe compound condition operator.protected StringThe type of the transition rule. -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedWorkflowCondition(Object configuration, String nodeType, String type, List<WorkflowCondition> conditions, WorkflowCondition.OperatorEnum operator) Constructs a validated instance ofWorkflowCondition.Constructs a validated instance ofWorkflowCondition. -
Method Summary
Modifier and TypeMethodDescriptionbuilder()protected booleanThe list of workflow conditions.conditions(List<WorkflowCondition> conditions) The list of workflow conditions.EXPERIMENTAL.configuration(Object configuration) EXPERIMENTAL.booleaninthashCode()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.
-
Field Details
-
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.
-
-
Constructor Details
-
WorkflowCondition
Constructs a validated instance ofWorkflowCondition.- Parameters:
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.- Parameters:
configuration- EXPERIMENTAL. The configuration of the transition rule.nodeType- nodeTypetype- The type of the transition rule.conditions- The list of workflow conditions.operator- The compound condition operator.
-
WorkflowCondition
protected WorkflowCondition()
-
-
Method Details
-
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.- Returns:
this.
-
nodeType
- Returns:
this.
-
type
The type of the transition rule.- Returns:
this.
-
conditions
The list of workflow conditions.- Returns:
this.
-
operator
The compound condition operator.- Returns:
this.
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-