Class GetWorkflowSchemeOperationSpec.GetWorkflowSchemeOperationSpecBuilder
java.lang.Object
io.github.primelib.jira4j.restv2.spec.GetWorkflowSchemeOperationSpec.GetWorkflowSchemeOperationSpecBuilder
- Enclosing class:
- GetWorkflowSchemeOperationSpec
public static class GetWorkflowSchemeOperationSpec.GetWorkflowSchemeOperationSpecBuilder
extends Object
-
Method Summary
Modifier and TypeMethodDescriptionbuild()
The ID of the workflow scheme.returnDraftIfExists
(@Nullable Boolean returnDraftIfExists) Returns the workflow scheme's draft rather than scheme itself, if set to true.toString()
-
Method Details
-
id
public GetWorkflowSchemeOperationSpec.GetWorkflowSchemeOperationSpecBuilder id(@NotNull @NotNull Long id) The ID of the workflow scheme. Find this ID by editing the desired workflow scheme in Jira. The ID is shown in the URL asschemeId
. For example, *schemeId=10301*.- Returns:
this
.
-
returnDraftIfExists
public GetWorkflowSchemeOperationSpec.GetWorkflowSchemeOperationSpecBuilder returnDraftIfExists(@Nullable @Nullable Boolean returnDraftIfExists) Returns the workflow scheme's draft rather than scheme itself, if set to true. If the workflow scheme does not have a draft, then the workflow scheme is returned.- Returns:
this
.
-
build
-
toString
-