Class GetWorkflowOperationSpec.GetWorkflowOperationSpecBuilder
java.lang.Object
io.github.primelib.jira4j.restv2.spec.GetWorkflowOperationSpec.GetWorkflowOperationSpecBuilder
- Enclosing class:
- GetWorkflowOperationSpec
-
Method Summary
Modifier and TypeMethodDescriptionbuild()
The ID of the workflow scheme.returnDraftIfExists
(@Nullable Boolean returnDraftIfExists) Returns the mapping from the workflow scheme's draft rather than the workflow scheme, if set to true.toString()
workflowName
(@Nullable String workflowName) The name of a workflow in the scheme.
-
Method Details
-
id
The ID of the workflow scheme.- Returns:
this
.
-
workflowName
public GetWorkflowOperationSpec.GetWorkflowOperationSpecBuilder workflowName(@Nullable @Nullable String workflowName) The name of a workflow in the scheme. Limits the results to the workflow-issue type mapping for the specified workflow.- Returns:
this
.
-
returnDraftIfExists
public GetWorkflowOperationSpec.GetWorkflowOperationSpecBuilder returnDraftIfExists(@Nullable @Nullable Boolean returnDraftIfExists) Returns the mapping from the workflow scheme's draft rather than the workflow scheme, if set to true. If no draft exists, the mapping from the workflow scheme is returned.- Returns:
this
.
-
build
-
toString
-