Class ConditionGroupConfiguration
java.lang.Object
io.github.primelib.jira4j.restv3.model.ConditionGroupConfiguration
@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator")
public class ConditionGroupConfiguration
extends Object
ConditionGroupConfiguration
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class
static enum
Determines how the conditions in the group are evaluated. -
Field Summary
FieldsModifier and TypeFieldDescriptionprotected List<ConditionGroupConfiguration>
The nested conditions of the condition group.protected List<WorkflowRuleConfiguration>
The rules for this condition.Determines how the conditions in the group are evaluated. -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
Constructs a validated instance ofConditionGroupConfiguration
.ConditionGroupConfiguration
(List<ConditionGroupConfiguration> conditionGroups, List<WorkflowRuleConfiguration> conditions, ConditionGroupConfiguration.OperationEnum operation) Constructs a validated instance ofConditionGroupConfiguration
. -
Method Summary
Modifier and TypeMethodDescriptionbuilder()
protected boolean
The nested conditions of the condition group.conditionGroups
(List<ConditionGroupConfiguration> conditionGroups) The nested conditions of the condition group.The rules for this condition.conditions
(List<WorkflowRuleConfiguration> conditions) The rules for this condition.boolean
int
hashCode()
Determines how the conditions in the group are evaluated.Determines how the conditions in the group are evaluated.toString()
-
Field Details
-
conditionGroups
The nested conditions of the condition group. -
conditions
The rules for this condition. -
operation
Determines how the conditions in the group are evaluated. Accepts eitherANY
orALL
. IfANY
is used, at least one condition in the group must be true for the group to evaluate to true. IfALL
is used, all conditions in the group must be true for the group to evaluate to true.
-
-
Constructor Details
-
ConditionGroupConfiguration
Constructs a validated instance ofConditionGroupConfiguration
.- Parameters:
spec
- the specification to process
-
ConditionGroupConfiguration
@Internal public ConditionGroupConfiguration(List<ConditionGroupConfiguration> conditionGroups, List<WorkflowRuleConfiguration> conditions, ConditionGroupConfiguration.OperationEnum operation) Constructs a validated instance ofConditionGroupConfiguration
.NOTE: This constructor is not considered stable and may change if the model is updated. Consider using
ConditionGroupConfiguration(Consumer)
instead.- Parameters:
conditionGroups
- The nested conditions of the condition group.conditions
- The rules for this condition.operation
- Determines how the conditions in the group are evaluated. Accepts eitherANY
orALL
. IfANY
is used, at least one condition in the group must be true for the group to evaluate to true. IfALL
is used, all conditions in the group must be true for the group to evaluate to true.
-
ConditionGroupConfiguration
protected ConditionGroupConfiguration()
-
-
Method Details
-
builder
-
conditionGroups
The nested conditions of the condition group. -
conditions
The rules for this condition. -
operation
Determines how the conditions in the group are evaluated. Accepts eitherANY
orALL
. IfANY
is used, at least one condition in the group must be true for the group to evaluate to true. IfALL
is used, all conditions in the group must be true for the group to evaluate to true. -
conditionGroups
public ConditionGroupConfiguration conditionGroups(List<ConditionGroupConfiguration> conditionGroups) The nested conditions of the condition group.- Returns:
this
.
-
conditions
The rules for this condition.- Returns:
this
.
-
operation
Determines how the conditions in the group are evaluated. Accepts eitherANY
orALL
. IfANY
is used, at least one condition in the group must be true for the group to evaluate to true. IfALL
is used, all conditions in the group must be true for the group to evaluate to true.- Returns:
this
.
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-