Class WorkflowCreateRequest.WorkflowCreateRequestBuilder
java.lang.Object
io.github.primelib.jira4j.restv2.model.WorkflowCreateRequest.WorkflowCreateRequestBuilder
- Enclosing class:
- WorkflowCreateRequest
-
Method Summary
Modifier and TypeMethodDescriptionbuild()
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.
-
Method Details
-
scope
- Returns:
this
.
-
statuses
public WorkflowCreateRequest.WorkflowCreateRequestBuilder statuses(List<WorkflowStatusUpdate> statuses) The statuses to associate with the workflows.- Returns:
this
.
-
workflows
The details of the workflows to create.- Returns:
this
.
-
build
-
toString
-