Class GetDefaultWorkflowOperationSpec.GetDefaultWorkflowOperationSpecBuilder
java.lang.Object
io.github.primelib.jira4j.restv3.spec.GetDefaultWorkflowOperationSpec.GetDefaultWorkflowOperationSpecBuilder
- Enclosing class:
- GetDefaultWorkflowOperationSpec
public static class GetDefaultWorkflowOperationSpec.GetDefaultWorkflowOperationSpecBuilder
extends Object
-
Method Summary
Modifier and TypeMethodDescriptionbuild()
The ID of the workflow scheme.returnDraftIfExists
(@Nullable Boolean returnDraftIfExists) Set totrue
to return the default workflow for the workflow scheme's draft rather than scheme itself.toString()
-
Method Details
-
id
public GetDefaultWorkflowOperationSpec.GetDefaultWorkflowOperationSpecBuilder id(@NotNull @NotNull Long id) The ID of the workflow scheme.- Returns:
this
.
-
returnDraftIfExists
public GetDefaultWorkflowOperationSpec.GetDefaultWorkflowOperationSpecBuilder returnDraftIfExists(@Nullable @Nullable Boolean returnDraftIfExists) Set totrue
to return the default workflow for the workflow scheme's draft rather than scheme itself. If the workflow scheme does not have a draft, then the default workflow for the workflow scheme is returned.- Returns:
this
.
-
build
-
toString
-