Class ReadWorkflowsOperationSpec.ReadWorkflowsOperationSpecBuilder
java.lang.Object
io.github.primelib.jira4j.restv3.spec.ReadWorkflowsOperationSpec.ReadWorkflowsOperationSpecBuilder
- Enclosing class:
- ReadWorkflowsOperationSpec
-
Method Summary
Modifier and TypeMethodDescriptionbuild()
Use [expand](#expansion) to include additional information in the response.toString()
workflowReadRequest
(@NotNull WorkflowReadRequest workflowReadRequest)
-
Method Details
-
workflowReadRequest
public ReadWorkflowsOperationSpec.ReadWorkflowsOperationSpecBuilder workflowReadRequest(@NotNull @NotNull WorkflowReadRequest workflowReadRequest) - Returns:
this
.
-
expand
public ReadWorkflowsOperationSpec.ReadWorkflowsOperationSpecBuilder 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
-