Class WorkflowTransitionProperty
java.lang.Object
io.github.primelib.jira4j.restv2.model.WorkflowTransitionProperty
@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator")
public class WorkflowTransitionProperty
extends Object
WorkflowTransitionProperty
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class
-
Field Summary
Fields -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
WorkflowTransitionProperty
(String id, String key, String value) Constructs a validated instance ofWorkflowTransitionProperty
.Constructs a validated instance ofWorkflowTransitionProperty
. -
Method Summary
Modifier and TypeMethodDescriptionbuilder()
protected boolean
boolean
int
hashCode()
id()
The ID of the transition property.The ID of the transition property.key()
The key of the transition property.The key of the transition property.toString()
value()
The value of the transition property.The value of the transition property.
-
Field Details
-
id
The ID of the transition property. -
key
The key of the transition property. Also known as the name of the transition property. -
value
The value of the transition property.
-
-
Constructor Details
-
WorkflowTransitionProperty
Constructs a validated instance ofWorkflowTransitionProperty
.- Parameters:
spec
- the specification to process
-
WorkflowTransitionProperty
Constructs a validated instance ofWorkflowTransitionProperty
.NOTE: This constructor is not considered stable and may change if the model is updated. Consider using
WorkflowTransitionProperty(Consumer)
instead.- Parameters:
id
- The ID of the transition property.key
- The key of the transition property. Also known as the name of the transition property.value
- The value of the transition property.
-
WorkflowTransitionProperty
protected WorkflowTransitionProperty()
-
-
Method Details
-
builder
-
id
The ID of the transition property. -
key
The key of the transition property. Also known as the name of the transition property. -
value
The value of the transition property. -
id
The ID of the transition property.- Returns:
this
.
-
key
The key of the transition property. Also known as the name of the transition property.- Returns:
this
.
-
value
The value of the transition property.- Returns:
this
.
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-