Class ConnectWorkflowTransitionRule
java.lang.Object
io.github.primelib.jira4j.restv3.model.ConnectWorkflowTransitionRule
@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator")
public class ConnectWorkflowTransitionRule
extends Object
ConnectWorkflowTransitionRule
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected 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
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
ConnectWorkflowTransitionRule
(RuleConfiguration configuration, String id, String key, WorkflowTransition transition) Constructs a validated instance ofConnectWorkflowTransitionRule
.Constructs a validated instance ofConnectWorkflowTransitionRule
. -
Method Summary
Modifier and TypeMethodDescriptionbuilder()
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)
-
Field Details
-
configuration
-
id
The ID of the transition rule. -
key
The key of the rule, as defined in the Connect app descriptor. -
transition
-
-
Constructor Details
-
ConnectWorkflowTransitionRule
Constructs a validated instance ofConnectWorkflowTransitionRule
.- Parameters:
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.- Parameters:
configuration
- configurationid
- The ID of the transition rule.key
- The key of the rule, as defined in the Connect app descriptor.transition
- transition
-
ConnectWorkflowTransitionRule
protected ConnectWorkflowTransitionRule()
-
-
Method Details
-
builder
-
configuration
-
id
The ID of the transition rule. -
key
The key of the rule, as defined in the Connect app descriptor. -
transition
-
configuration
- Returns:
this
.
-
id
The ID of the transition rule.- Returns:
this
.
-
key
The key of the rule, as defined in the Connect app descriptor.- Returns:
this
.
-
transition
- Returns:
this
.
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-