Klasse WorkflowUpdateResponse.WorkflowUpdateResponseBuilder
java.lang.Object
io.github.primelib.jira4j.restv2.model.WorkflowUpdateResponse.WorkflowUpdateResponseBuilder
- Umschließende Klasse:
WorkflowUpdateResponse
-
Methodenübersicht
Modifizierer und TypMethodeBeschreibungbuild()
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.
-
Methodendetails
-
statuses
public WorkflowUpdateResponse.WorkflowUpdateResponseBuilder statuses(Set<JiraWorkflowStatus> statuses) List of updated statuses.- Gibt zurück:
this
.
-
taskId
If there is a [asynchronous task](#async-operations) operation, as a result of this update.- Gibt zurück:
this
.
-
workflows
List of updated workflows.- Gibt zurück:
this
.
-
build
-
toString
-