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