Class WorkflowUpdateResponse.WorkflowUpdateResponseBuilder
java.lang.Object
io.github.primelib.jira4j.restv3.model.WorkflowUpdateResponse.WorkflowUpdateResponseBuilder
- Enclosing class:
- WorkflowUpdateResponse
-
Method Summary
Modifier and TypeMethodDescriptionbuild()
statuses
(Set<JiraWorkflowStatus> statuses) List of updated statuses.If there is a [asynchronous task](#async-operations) operation, as a result of this update.toString()
workflows
(Set<JiraWorkflow> workflows) List of updated workflows.
-
Method Details
-
statuses
public WorkflowUpdateResponse.WorkflowUpdateResponseBuilder statuses(Set<JiraWorkflowStatus> statuses) List of updated statuses.- Returns:
this
.
-
taskId
If there is a [asynchronous task](#async-operations) operation, as a result of this update.- Returns:
this
.
-
workflows
List of updated workflows.- Returns:
this
.
-
build
-
toString
-