Class CreateWorkflowCondition
java.lang.Object
io.github.primelib.jira4j.restv3.model.CreateWorkflowCondition
@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator")
public class CreateWorkflowCondition
extends Object
CreateWorkflowCondition
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class
static enum
The compound condition operator. -
Field Summary
FieldsModifier and TypeFieldDescriptionprotected List<CreateWorkflowCondition>
The list of workflow conditions.EXPERIMENTAL.protected CreateWorkflowCondition.OperatorEnum
The compound condition operator.protected String
The type of the transition rule. -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
Constructs a validated instance ofCreateWorkflowCondition
.CreateWorkflowCondition
(List<CreateWorkflowCondition> conditions, Map<String, Object> configuration, CreateWorkflowCondition.OperatorEnum operator, String type) Constructs a validated instance ofCreateWorkflowCondition
. -
Method Summary
Modifier and TypeMethodDescriptionbuilder()
protected boolean
The list of workflow conditions.conditions
(List<CreateWorkflowCondition> conditions) The list of workflow conditions.EXPERIMENTAL.configuration
(Map<String, Object> configuration) EXPERIMENTAL.boolean
int
hashCode()
operator()
The compound condition operator.operator
(CreateWorkflowCondition.OperatorEnum operator) The compound condition operator.toString()
type()
The type of the transition rule.The type of the transition rule.
-
Field Details
-
conditions
The list of workflow conditions. -
configuration
EXPERIMENTAL. The configuration of the transition rule. -
operator
The compound condition operator. -
type
The type of the transition rule.
-
-
Constructor Details
-
CreateWorkflowCondition
Constructs a validated instance ofCreateWorkflowCondition
.- Parameters:
spec
- the specification to process
-
CreateWorkflowCondition
@Internal public CreateWorkflowCondition(List<CreateWorkflowCondition> conditions, Map<String, Object> configuration, CreateWorkflowCondition.OperatorEnum operator, String type) Constructs a validated instance ofCreateWorkflowCondition
.NOTE: This constructor is not considered stable and may change if the model is updated. Consider using
CreateWorkflowCondition(Consumer)
instead.- Parameters:
conditions
- The list of workflow conditions.configuration
- EXPERIMENTAL. The configuration of the transition rule.operator
- The compound condition operator.type
- The type of the transition rule.
-
CreateWorkflowCondition
protected CreateWorkflowCondition()
-
-
Method Details
-
builder
-
conditions
The list of workflow conditions. -
configuration
EXPERIMENTAL. The configuration of the transition rule. -
operator
The compound condition operator. -
type
The type of the transition rule. -
conditions
The list of workflow conditions.- Returns:
this
.
-
configuration
EXPERIMENTAL. The configuration of the transition rule.- Returns:
this
.
-
operator
The compound condition operator.- Returns:
this
.
-
type
The type of the transition rule.- Returns:
this
.
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-