Class ConditionGroupUpdate
java.lang.Object
io.github.primelib.jira4j.restv3.model.ConditionGroupUpdate
@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator")
public class ConditionGroupUpdate
extends Object
ConditionGroupUpdate
-
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<ConditionGroupUpdate>
The nested conditions of the condition group.protected List<WorkflowRuleConfiguration>
The rules for this condition.protected ConditionGroupUpdate.OperationEnum
Determines how the conditions in the group are evaluated. -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
Constructs a validated instance ofConditionGroupUpdate
.ConditionGroupUpdate
(List<ConditionGroupUpdate> conditionGroups, List<WorkflowRuleConfiguration> conditions, ConditionGroupUpdate.OperationEnum operation) Constructs a validated instance ofConditionGroupUpdate
. -
Method Summary
Modifier and TypeMethodDescriptionbuilder()
protected boolean
The nested conditions of the condition group.conditionGroups
(List<ConditionGroupUpdate> 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.operation
(ConditionGroupUpdate.OperationEnum operation) 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
-
ConditionGroupUpdate
Constructs a validated instance ofConditionGroupUpdate
.- Parameters:
spec
- the specification to process
-
ConditionGroupUpdate
@Internal public ConditionGroupUpdate(List<ConditionGroupUpdate> conditionGroups, List<WorkflowRuleConfiguration> conditions, ConditionGroupUpdate.OperationEnum operation) Constructs a validated instance ofConditionGroupUpdate
.NOTE: This constructor is not considered stable and may change if the model is updated. Consider using
ConditionGroupUpdate(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.
-
ConditionGroupUpdate
protected ConditionGroupUpdate()
-
-
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
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
-