Klasse CreateWorkflowCondition
java.lang.Object
io.github.primelib.jira4j.restv3.model.CreateWorkflowCondition
@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator")
public class CreateWorkflowCondition
extends Object
CreateWorkflowCondition
-
Verschachtelte Klassen - Übersicht
Verschachtelte KlassenModifizierer und TypKlasseBeschreibungstatic class
static enum
The compound condition operator. -
Feldübersicht
FelderModifizierer und TypFeldBeschreibungprotected List<CreateWorkflowCondition>
The list of workflow conditions.EXPERIMENTAL.protected CreateWorkflowCondition.OperatorEnum
The compound condition operator.protected String
The type of the transition rule. -
Konstruktorübersicht
KonstruktorenModifiziererKonstruktorBeschreibungprotected
Constructs a validated instance ofCreateWorkflowCondition
.CreateWorkflowCondition
(List<CreateWorkflowCondition> conditions, Map<String, Object> configuration, CreateWorkflowCondition.OperatorEnum operator, String type) Constructs a validated instance ofCreateWorkflowCondition
. -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungbuilder()
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.operator
(CreateWorkflowCondition.OperatorEnum 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
-
CreateWorkflowCondition
Constructs a validated instance ofCreateWorkflowCondition
.- Parameter:
spec
- the specification to process
-
CreateWorkflowCondition
@Internal public CreateWorkflowCondition(List<CreateWorkflowCondition> conditions, Map<String, Object> configuration, CreateWorkflowCondition.OperatorEnum operator, String type) Constructs a validated instance ofCreateWorkflowCondition
.NOTE: This constructor is not considered stable and may change if the model is updated. Consider using
CreateWorkflowCondition(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.
-
CreateWorkflowCondition
protected CreateWorkflowCondition()
-
-
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
The list of workflow conditions.- Gibt zurück:
this
.
-
configuration
EXPERIMENTAL. The configuration of the transition rule.- Gibt zurück:
this
.
-
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
-