Klasse WorkflowCreateRequest
java.lang.Object
io.github.primelib.jira4j.restv2.model.WorkflowCreateRequest
@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator")
public class WorkflowCreateRequest
extends Object
WorkflowCreateRequest
-
Verschachtelte Klassen - Übersicht
Verschachtelte KlassenModifizierer und TypKlasseBeschreibungstatic class
-
Feldübersicht
FelderModifizierer und TypFeldBeschreibungprotected WorkflowScope
protected List<WorkflowStatusUpdate>
The statuses to associate with the workflows.protected List<WorkflowCreate>
The details of the workflows to create. -
Konstruktorübersicht
KonstruktorenModifiziererKonstruktorBeschreibungprotected
WorkflowCreateRequest
(WorkflowScope scope, List<WorkflowStatusUpdate> statuses, List<WorkflowCreate> workflows) Constructs a validated instance ofWorkflowCreateRequest
.Constructs a validated instance ofWorkflowCreateRequest
. -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungbuilder()
protected boolean
boolean
int
hashCode()
scope()
scope
(WorkflowScope scope) statuses()
The statuses to associate with the workflows.statuses
(List<WorkflowStatusUpdate> statuses) The statuses to associate with the workflows.toString()
The details of the workflows to create.workflows
(List<WorkflowCreate> workflows) The details of the workflows to create.
-
Felddetails
-
scope
-
statuses
The statuses to associate with the workflows. -
workflows
The details of the workflows to create.
-
-
Konstruktordetails
-
WorkflowCreateRequest
Constructs a validated instance ofWorkflowCreateRequest
.- Parameter:
spec
- the specification to process
-
WorkflowCreateRequest
@Internal public WorkflowCreateRequest(WorkflowScope scope, List<WorkflowStatusUpdate> statuses, List<WorkflowCreate> workflows) Constructs a validated instance ofWorkflowCreateRequest
.NOTE: This constructor is not considered stable and may change if the model is updated. Consider using
WorkflowCreateRequest(Consumer)
instead.- Parameter:
scope
- var.namestatuses
- The statuses to associate with the workflows.workflows
- The details of the workflows to create.
-
WorkflowCreateRequest
protected WorkflowCreateRequest()
-
-
Methodendetails
-
builder
-
scope
-
statuses
The statuses to associate with the workflows. -
workflows
The details of the workflows to create. -
scope
- Gibt zurück:
this
.
-
statuses
The statuses to associate with the workflows.- Gibt zurück:
this
.
-
workflows
The details of the workflows to create.- Gibt zurück:
this
.
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-