Klasse WorkflowTransitionProperty
java.lang.Object
io.github.primelib.jira4j.restv2.model.WorkflowTransitionProperty
@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator")
public class WorkflowTransitionProperty
extends Object
WorkflowTransitionProperty
-
Verschachtelte Klassen - Übersicht
Verschachtelte KlassenModifizierer und TypKlasseBeschreibungstatic class
-
Feldübersicht
Felder -
Konstruktorübersicht
KonstruktorenModifiziererKonstruktorBeschreibungprotected
WorkflowTransitionProperty
(String id, String key, String value) Constructs a validated instance ofWorkflowTransitionProperty
.Constructs a validated instance ofWorkflowTransitionProperty
. -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungbuilder()
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.
-
Felddetails
-
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.
-
-
Konstruktordetails
-
WorkflowTransitionProperty
Constructs a validated instance ofWorkflowTransitionProperty
.- Parameter:
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.- Parameter:
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()
-
-
Methodendetails
-
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.- Gibt zurück:
this
.
-
key
The key of the transition property. Also known as the name of the transition property.- Gibt zurück:
this
.
-
value
The value of the transition property.- Gibt zurück:
this
.
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-