Klasse ConditionGroupUpdate
java.lang.Object
io.github.primelib.jira4j.restv3.model.ConditionGroupUpdate
@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator")
public class ConditionGroupUpdate
extends Object
ConditionGroupUpdate
-
Verschachtelte Klassen - Übersicht
Verschachtelte KlassenModifizierer und TypKlasseBeschreibungstatic classstatic enumDetermines how the conditions in the group are evaluated. -
Feldübersicht
FelderModifizierer und TypFeldBeschreibungprotected List<ConditionGroupUpdate>The nested conditions of the condition group.protected List<WorkflowRuleConfiguration>The rules for this condition.protected ConditionGroupUpdate.OperationEnumDetermines how the conditions in the group are evaluated. -
Konstruktorübersicht
KonstruktorenModifiziererKonstruktorBeschreibungprotectedConstructs a validated instance ofConditionGroupUpdate.ConditionGroupUpdate(List<ConditionGroupUpdate> conditionGroups, List<WorkflowRuleConfiguration> conditions, ConditionGroupUpdate.OperationEnum operation) Constructs a validated instance ofConditionGroupUpdate. -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungbuilder()protected booleanThe 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.booleaninthashCode()Determines how the conditions in the group are evaluated.operation(ConditionGroupUpdate.OperationEnum operation) Determines how the conditions in the group are evaluated.toString()
-
Felddetails
-
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 eitherANYorALL. IfANYis used, at least one condition in the group must be true for the group to evaluate to true. IfALLis used, all conditions in the group must be true for the group to evaluate to true.
-
-
Konstruktordetails
-
ConditionGroupUpdate
Constructs a validated instance ofConditionGroupUpdate.- Parameter:
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.- Parameter:
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 eitherANYorALL. IfANYis used, at least one condition in the group must be true for the group to evaluate to true. IfALLis used, all conditions in the group must be true for the group to evaluate to true.
-
ConditionGroupUpdate
protected ConditionGroupUpdate()
-
-
Methodendetails
-
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 eitherANYorALL. IfANYis used, at least one condition in the group must be true for the group to evaluate to true. IfALLis used, all conditions in the group must be true for the group to evaluate to true. -
conditionGroups
The nested conditions of the condition group.- Gibt zurück:
this.
-
conditions
The rules for this condition.- Gibt zurück:
this.
-
operation
Determines how the conditions in the group are evaluated. Accepts eitherANYorALL. IfANYis used, at least one condition in the group must be true for the group to evaluate to true. IfALLis used, all conditions in the group must be true for the group to evaluate to true.- Gibt zurück:
this.
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-