Klasse ConditionGroupConfiguration
java.lang.Object
io.github.primelib.jira4j.restv3.model.ConditionGroupConfiguration
@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator")
public class ConditionGroupConfiguration
extends Object
ConditionGroupConfiguration
-
Verschachtelte Klassen - Übersicht
Verschachtelte KlassenModifizierer und TypKlasseBeschreibungstatic classstatic enumDetermines how the conditions in the group are evaluated. -
Feldübersicht
FelderModifizierer und TypFeldBeschreibungprotected 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. -
Konstruktorübersicht
KonstruktorenModifiziererKonstruktorBeschreibungprotectedConstructs a validated instance ofConditionGroupConfiguration.ConditionGroupConfiguration(List<ConditionGroupConfiguration> conditionGroups, List<WorkflowRuleConfiguration> conditions, ConditionGroupConfiguration.OperationEnum operation) Constructs a validated instance ofConditionGroupConfiguration. -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungbuilder()protected booleanThe 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.booleaninthashCode()Determines how the conditions in the group are evaluated.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
-
ConditionGroupConfiguration
Constructs a validated instance ofConditionGroupConfiguration.- Parameter:
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.- 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.
-
ConditionGroupConfiguration
protected ConditionGroupConfiguration()
-
-
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
public ConditionGroupConfiguration conditionGroups(List<ConditionGroupConfiguration> 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
-