Klasse CreateWorkflowTransitionRulesDetailsConditions
java.lang.Object
io.github.primelib.jira4j.restv2.model.CreateWorkflowTransitionRulesDetailsConditions
@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator")
public class CreateWorkflowTransitionRulesDetailsConditions
extends Object
CreateWorkflowTransitionRulesDetailsConditions
-
Verschachtelte Klassen - Übersicht
Verschachtelte KlassenModifizierer und TypKlasseBeschreibungstatic classCreateWorkflowTransitionRulesDetailsConditions.CreateWorkflowTransitionRulesDetailsConditionsBuilderstatic enumThe compound condition operator. -
Feldübersicht
FelderModifizierer und TypFeldBeschreibungprotected List<CreateWorkflowCondition>The list of workflow conditions.EXPERIMENTAL.The compound condition operator.protected StringThe type of the transition rule. -
Konstruktorübersicht
KonstruktorenModifiziererKonstruktorBeschreibungprotectedCreateWorkflowTransitionRulesDetailsConditions(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. -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungstatic CreateWorkflowTransitionRulesDetailsConditions.CreateWorkflowTransitionRulesDetailsConditionsBuilderbuilder()protected booleanThe list of workflow conditions.conditions(List<CreateWorkflowCondition> conditions) The list of workflow conditions.EXPERIMENTAL.configuration(Map<String, Object> configuration) EXPERIMENTAL.booleaninthashCode()operator()The compound condition operator.The compound condition operator.toString()type()The type of the transition rule.The type of the transition rule.
-
Felddetails
-
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.
-
-
Konstruktordetails
-
CreateWorkflowTransitionRulesDetailsConditions
public CreateWorkflowTransitionRulesDetailsConditions(Consumer<CreateWorkflowTransitionRulesDetailsConditions> spec) Constructs a validated instance ofCreateWorkflowTransitionRulesDetailsConditions.- Parameter:
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.- Parameter:
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()
-
-
Methodendetails
-
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.- Gibt zurück:
this.
-
configuration
public CreateWorkflowTransitionRulesDetailsConditions configuration(Map<String, Object> configuration) EXPERIMENTAL. The configuration of the transition rule.- Gibt zurück:
this.
-
operator
public CreateWorkflowTransitionRulesDetailsConditions operator(CreateWorkflowTransitionRulesDetailsConditions.OperatorEnum operator) The compound condition operator.- Gibt zurück:
this.
-
type
The type of the transition rule.- Gibt zurück:
this.
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-