Klasse WorkflowCreateRequest.WorkflowCreateRequestBuilder
java.lang.Object
io.github.primelib.jira4j.restv3.model.WorkflowCreateRequest.WorkflowCreateRequestBuilder
- Umschließende Klasse:
WorkflowCreateRequest
-
Methodenübersicht
Modifizierer und TypMethodeBeschreibungbuild()
scope
(WorkflowScope scope) statuses
(List<WorkflowStatusUpdate> statuses) The statuses to associate with the workflows.toString()
workflows
(List<WorkflowCreate> workflows) The details of the workflows to create.
-
Methodendetails
-
scope
- Gibt zurück:
this
.
-
statuses
public WorkflowCreateRequest.WorkflowCreateRequestBuilder statuses(List<WorkflowStatusUpdate> statuses) The statuses to associate with the workflows.- Gibt zurück:
this
.
-
workflows
The details of the workflows to create.- Gibt zurück:
this
.
-
build
-
toString
-