Klasse AppWorkflowTransitionRule
java.lang.Object
io.github.primelib.jira4j.restv3.model.AppWorkflowTransitionRule
@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator")
public class AppWorkflowTransitionRule
extends Object
AppWorkflowTransitionRule
-
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 or the Forge app descriptor.protected WorkflowTransition
-
Konstruktorübersicht
KonstruktorenModifiziererKonstruktorBeschreibungprotected
AppWorkflowTransitionRule
(RuleConfiguration configuration, String id, String key, WorkflowTransition transition) Constructs a validated instance ofAppWorkflowTransitionRule
.Constructs a validated instance ofAppWorkflowTransitionRule
. -
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 or the Forge app descriptor.The key of the rule, as defined in the Connect or the Forge 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 or the Forge app descriptor. -
transition
-
-
Konstruktordetails
-
AppWorkflowTransitionRule
Constructs a validated instance ofAppWorkflowTransitionRule
.- Parameter:
spec
- the specification to process
-
AppWorkflowTransitionRule
@Internal public AppWorkflowTransitionRule(RuleConfiguration configuration, String id, String key, WorkflowTransition transition) Constructs a validated instance ofAppWorkflowTransitionRule
.NOTE: This constructor is not considered stable and may change if the model is updated. Consider using
AppWorkflowTransitionRule(Consumer)
instead.- Parameter:
configuration
- var.nameid
- The ID of the transition rule.key
- The key of the rule, as defined in the Connect or the Forge app descriptor.transition
- var.name
-
AppWorkflowTransitionRule
protected AppWorkflowTransitionRule()
-
-
Methodendetails
-
builder
-
configuration
-
id
The ID of the transition rule. -
key
The key of the rule, as defined in the Connect or the Forge 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 or the Forge app descriptor.- Gibt zurück:
this
.
-
transition
- Gibt zurück:
this
.
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-