Class UpdateWorkflowsOperationSpec.UpdateWorkflowsOperationSpecBuilder
java.lang.Object
io.github.primelib.jira4j.restv3.spec.UpdateWorkflowsOperationSpec.UpdateWorkflowsOperationSpecBuilder
- Enclosing class:
- UpdateWorkflowsOperationSpec
-
Method Summary
Modifier and TypeMethodDescriptionbuild()
Use [expand](#expansion) to include additional information in the response.toString()
workflowUpdateRequest
(@NotNull WorkflowUpdateRequest workflowUpdateRequest)
-
Method Details
-
workflowUpdateRequest
public UpdateWorkflowsOperationSpec.UpdateWorkflowsOperationSpecBuilder workflowUpdateRequest(@NotNull @NotNull WorkflowUpdateRequest workflowUpdateRequest) - Returns:
this
.
-
expand
public UpdateWorkflowsOperationSpec.UpdateWorkflowsOperationSpecBuilder expand(@Nullable @Nullable String expand) Use [expand](#expansion) to include additional information in the response. This parameter accepts a comma-separated list. Expand options include: *workflows.usages
Returns the project and issue types that each workflow is associated with. *statuses.usages
Returns the project and issue types that each status is associated with.- Returns:
this
.
-
build
-
toString
-