Klasse WorkflowCreate
java.lang.Object
io.github.primelib.jira4j.restv2.model.WorkflowCreate
@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator")
public class WorkflowCreate
extends Object
WorkflowCreate
-
Verschachtelte Klassen - Übersicht
Verschachtelte Klassen -
Feldübersicht
FelderModifizierer und TypFeldBeschreibungprotected String
The description of the workflow to create.protected String
The name of the workflow to create.protected WorkflowLayout
protected List<StatusLayoutUpdate>
The statuses associated with this workflow.protected List<TransitionUpdateDTO>
The transitions of this workflow. -
Konstruktorübersicht
KonstruktorenModifiziererKonstruktorBeschreibungprotected
WorkflowCreate
(String description, String name, WorkflowLayout startPointLayout, List<StatusLayoutUpdate> statuses, List<TransitionUpdateDTO> transitions) Constructs a validated instance ofWorkflowCreate
.WorkflowCreate
(Consumer<WorkflowCreate> spec) Constructs a validated instance ofWorkflowCreate
. -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungbuilder()
protected boolean
The description of the workflow to create.description
(String description) The description of the workflow to create.boolean
int
hashCode()
name()
The name of the workflow to create.The name of the workflow to create.startPointLayout
(WorkflowLayout startPointLayout) statuses()
The statuses associated with this workflow.statuses
(List<StatusLayoutUpdate> statuses) The statuses associated with this workflow.toString()
The transitions of this workflow.transitions
(List<TransitionUpdateDTO> transitions) The transitions of this workflow.
-
Felddetails
-
description
The description of the workflow to create. -
name
The name of the workflow to create. -
startPointLayout
-
statuses
The statuses associated with this workflow. -
transitions
The transitions of this workflow.
-
-
Konstruktordetails
-
WorkflowCreate
Constructs a validated instance ofWorkflowCreate
.- Parameter:
spec
- the specification to process
-
WorkflowCreate
@Internal public WorkflowCreate(String description, String name, WorkflowLayout startPointLayout, List<StatusLayoutUpdate> statuses, List<TransitionUpdateDTO> transitions) Constructs a validated instance ofWorkflowCreate
.NOTE: This constructor is not considered stable and may change if the model is updated. Consider using
WorkflowCreate(Consumer)
instead.- Parameter:
description
- The description of the workflow to create.name
- The name of the workflow to create.startPointLayout
- startPointLayoutstatuses
- The statuses associated with this workflow.transitions
- The transitions of this workflow.
-
WorkflowCreate
protected WorkflowCreate()
-
-
Methodendetails
-
builder
-
description
The description of the workflow to create. -
name
The name of the workflow to create. -
startPointLayout
-
statuses
The statuses associated with this workflow. -
transitions
The transitions of this workflow. -
description
The description of the workflow to create.- Gibt zurück:
this
.
-
name
The name of the workflow to create.- Gibt zurück:
this
.
-
startPointLayout
- Gibt zurück:
this
.
-
statuses
The statuses associated with this workflow.- Gibt zurück:
this
.
-
transitions
The transitions of this workflow.- Gibt zurück:
this
.
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-