Klasse WorkflowUpdateRequest.WorkflowUpdateRequestBuilder
java.lang.Object
io.github.primelib.jira4j.restv2.model.WorkflowUpdateRequest.WorkflowUpdateRequestBuilder
- Umschließende Klasse:
WorkflowUpdateRequest
-
Methodenübersicht
Modifizierer und TypMethodeBeschreibungbuild()
statuses
(List<WorkflowStatusUpdate> statuses) The statuses to associate with the workflows.toString()
workflows
(List<WorkflowUpdate> workflows) The details of the workflows to update.
-
Methodendetails
-
statuses
public WorkflowUpdateRequest.WorkflowUpdateRequestBuilder statuses(List<WorkflowStatusUpdate> statuses) The statuses to associate with the workflows.- Gibt zurück:
this
.
-
workflows
The details of the workflows to update.- Gibt zurück:
this
.
-
build
-
toString
-