Klasse WorkflowTransition
java.lang.Object
io.github.primelib.jira4j.restv3.model.WorkflowTransition
@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator")
public class WorkflowTransition
extends Object
WorkflowTransition
-
Verschachtelte Klassen - Übersicht
Verschachtelte Klassen -
Feldübersicht
Felder -
Konstruktorübersicht
KonstruktorenModifiziererKonstruktorBeschreibungprotected
WorkflowTransition
(Integer id, String name) Constructs a validated instance ofWorkflowTransition
.Constructs a validated instance ofWorkflowTransition
. -
Methodenübersicht
-
Felddetails
-
id
The transition ID. -
name
The transition name.
-
-
Konstruktordetails
-
WorkflowTransition
Constructs a validated instance ofWorkflowTransition
.- Parameter:
spec
- the specification to process
-
WorkflowTransition
Constructs a validated instance ofWorkflowTransition
.NOTE: This constructor is not considered stable and may change if the model is updated. Consider using
WorkflowTransition(Consumer)
instead.- Parameter:
id
- The transition ID.name
- The transition name.
-
WorkflowTransition
protected WorkflowTransition()
-
-
Methodendetails
-
builder
-
id
The transition ID. -
name
The transition name. -
id
The transition ID.- Gibt zurück:
this
.
-
name
The transition name.- Gibt zurück:
this
.
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-