Klasse DeleteDefaultWorkflowOperationSpec.DeleteDefaultWorkflowOperationSpecBuilder
java.lang.Object
io.github.primelib.jira4j.restv2.spec.DeleteDefaultWorkflowOperationSpec.DeleteDefaultWorkflowOperationSpecBuilder
- Umschließende Klasse:
DeleteDefaultWorkflowOperationSpec
public static class DeleteDefaultWorkflowOperationSpec.DeleteDefaultWorkflowOperationSpecBuilder
extends Object
-
Methodenübersicht
Modifizierer und TypMethodeBeschreibungbuild()
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.
-
Methodendetails
-
id
public DeleteDefaultWorkflowOperationSpec.DeleteDefaultWorkflowOperationSpecBuilder id(@NotNull @NotNull Long id) The ID of the workflow scheme.- Gibt zurück:
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
.- Gibt zurück:
this
.
-
build
-
toString
-