Klasse ConnectWorkflowTransitionRule
java.lang.Object
io.github.primelib.jira4j.restv3.model.ConnectWorkflowTransitionRule
@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator")
public class ConnectWorkflowTransitionRule
extends Object
ConnectWorkflowTransitionRule
-
Verschachtelte Klassen - Übersicht
Verschachtelte KlassenModifizierer und TypKlasseBeschreibungstatic class
-
Feldübersicht
FelderModifizierer und TypFeldBeschreibungprotected RuleConfiguration
protected String
The ID of the transition rule.protected String
The key of the rule, as defined in the Connect app descriptor.protected WorkflowTransition
-
Konstruktorübersicht
KonstruktorenModifiziererKonstruktorBeschreibungprotected
ConnectWorkflowTransitionRule
(RuleConfiguration configuration, String id, String key, WorkflowTransition transition) Constructs a validated instance ofConnectWorkflowTransitionRule
.Constructs a validated instance ofConnectWorkflowTransitionRule
. -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungbuilder()
protected boolean
configuration
(RuleConfiguration configuration) boolean
int
hashCode()
id()
The ID of the transition rule.The ID of the transition rule.key()
The key of the rule, as defined in the Connect app descriptor.The key of the rule, as defined in the Connect app descriptor.toString()
transition
(WorkflowTransition transition)
-
Felddetails
-
configuration
-
id
The ID of the transition rule. -
key
The key of the rule, as defined in the Connect app descriptor. -
transition
-
-
Konstruktordetails
-
ConnectWorkflowTransitionRule
Constructs a validated instance ofConnectWorkflowTransitionRule
.- Parameter:
spec
- the specification to process
-
ConnectWorkflowTransitionRule
@Internal public ConnectWorkflowTransitionRule(RuleConfiguration configuration, String id, String key, WorkflowTransition transition) Constructs a validated instance ofConnectWorkflowTransitionRule
.NOTE: This constructor is not considered stable and may change if the model is updated. Consider using
ConnectWorkflowTransitionRule(Consumer)
instead.- Parameter:
configuration
- var.nameid
- The ID of the transition rule.key
- The key of the rule, as defined in the Connect app descriptor.transition
- var.name
-
ConnectWorkflowTransitionRule
protected ConnectWorkflowTransitionRule()
-
-
Methodendetails
-
builder
-
configuration
-
id
The ID of the transition rule. -
key
The key of the rule, as defined in the Connect app descriptor. -
transition
-
configuration
- Gibt zurück:
this
.
-
id
The ID of the transition rule.- Gibt zurück:
this
.
-
key
The key of the rule, as defined in the Connect app descriptor.- Gibt zurück:
this
.
-
transition
- Gibt zurück:
this
.
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-