Class DeleteDefaultWorkflowOperationSpec.DeleteDefaultWorkflowOperationSpecBuilder
java.lang.Object
io.github.primelib.jira4j.restv3.spec.DeleteDefaultWorkflowOperationSpec.DeleteDefaultWorkflowOperationSpecBuilder
- Enclosing class:
- DeleteDefaultWorkflowOperationSpec
public static class DeleteDefaultWorkflowOperationSpec.DeleteDefaultWorkflowOperationSpecBuilder
extends Object
-
Method Summary
Modifier and TypeMethodDescriptionbuild()
The ID of the workflow scheme.toString()
updateDraftIfNeeded
(@Nullable Boolean updateDraftIfNeeded) Set to true to create or update the draft of a workflow scheme and delete the mapping from the draft, when the workflow scheme cannot be edited.
-
Method Details
-
id
public DeleteDefaultWorkflowOperationSpec.DeleteDefaultWorkflowOperationSpecBuilder id(@NotNull @NotNull Long id) The ID of the workflow scheme.- Returns:
this
.
-
updateDraftIfNeeded
public DeleteDefaultWorkflowOperationSpec.DeleteDefaultWorkflowOperationSpecBuilder updateDraftIfNeeded(@Nullable @Nullable Boolean updateDraftIfNeeded) Set to true to create or update the draft of a workflow scheme and delete the mapping from the draft, when the workflow scheme cannot be edited. Defaults tofalse
.- Returns:
this
.
-
build
-
toString
-