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