Class WorkflowUpdateRequest.WorkflowUpdateRequestBuilder
java.lang.Object
io.github.primelib.jira4j.restv3.model.WorkflowUpdateRequest.WorkflowUpdateRequestBuilder
- Enclosing class:
- WorkflowUpdateRequest
-
Method Summary
Modifier and TypeMethodDescriptionbuild()
statuses
(List<WorkflowStatusUpdate> statuses) The statuses to associate with the workflows.toString()
workflows
(List<WorkflowUpdate> workflows) The details of the workflows to update.
-
Method Details
-
statuses
public WorkflowUpdateRequest.WorkflowUpdateRequestBuilder statuses(List<WorkflowStatusUpdate> statuses) The statuses to associate with the workflows.- Returns:
this
.
-
workflows
The details of the workflows to update.- Returns:
this
.
-
build
-
toString
-