Klasse CreateWorkflowTransitionRulesDetailsConditions
java.lang.Object
io.github.primelib.jira4j.restv3.model.CreateWorkflowTransitionRulesDetailsConditions
@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator")
public class CreateWorkflowTransitionRulesDetailsConditions
extends Object
CreateWorkflowTransitionRulesDetailsConditions
-
Verschachtelte Klassen - Übersicht
Verschachtelte KlassenModifizierer und TypKlasseBeschreibungstatic class
CreateWorkflowTransitionRulesDetailsConditions.CreateWorkflowTransitionRulesDetailsConditionsBuilder
static enum
The compound condition operator. -
Feldübersicht
FelderModifizierer und TypFeldBeschreibungprotected List<CreateWorkflowCondition>
The list of workflow conditions.EXPERIMENTAL.The compound condition operator.protected String
The type of the transition rule. -
Konstruktorübersicht
KonstruktorenModifiziererKonstruktorBeschreibungprotected
CreateWorkflowTransitionRulesDetailsConditions
(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.CreateWorkflowTransitionRulesDetailsConditionsBuilder
builder()
protected boolean
The list of workflow conditions.conditions
(List<CreateWorkflowCondition> conditions) The list of workflow conditions.EXPERIMENTAL.configuration
(Map<String, Object> configuration) EXPERIMENTAL.boolean
int
hashCode()
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
-