Class CreateWorkflowTransitionRule
java.lang.Object
io.github.primelib.jira4j.restv3.model.CreateWorkflowTransitionRule
@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator")
public class CreateWorkflowTransitionRule
extends Object
CreateWorkflowTransitionRule
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class
-
Field Summary
Fields -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
Constructs a validated instance ofCreateWorkflowTransitionRule
.CreateWorkflowTransitionRule
(Map<String, Object> configuration, String type) Constructs a validated instance ofCreateWorkflowTransitionRule
. -
Method Summary
-
Field Details
-
configuration
EXPERIMENTAL. The configuration of the transition rule. -
type
The type of the transition rule.
-
-
Constructor Details
-
CreateWorkflowTransitionRule
Constructs a validated instance ofCreateWorkflowTransitionRule
.- Parameters:
spec
- the specification to process
-
CreateWorkflowTransitionRule
Constructs a validated instance ofCreateWorkflowTransitionRule
.NOTE: This constructor is not considered stable and may change if the model is updated. Consider using
CreateWorkflowTransitionRule(Consumer)
instead.- Parameters:
configuration
- EXPERIMENTAL. The configuration of the transition rule.type
- The type of the transition rule.
-
CreateWorkflowTransitionRule
protected CreateWorkflowTransitionRule()
-
-
Method Details
-
builder
-
configuration
EXPERIMENTAL. The configuration of the transition rule. -
type
The type of the transition rule. -
configuration
EXPERIMENTAL. The configuration of the transition rule.- Returns:
this
.
-
type
The type of the transition rule.- Returns:
this
.
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-