Class DeleteWorkflowMappingOperationSpec.DeleteWorkflowMappingOperationSpecBuilder
java.lang.Object
io.github.primelib.jira4j.restv2.spec.DeleteWorkflowMappingOperationSpec.DeleteWorkflowMappingOperationSpecBuilder
- Enclosing class:
- DeleteWorkflowMappingOperationSpec
public static class DeleteWorkflowMappingOperationSpec.DeleteWorkflowMappingOperationSpecBuilder
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.workflowName(@NotNull String workflowName) The name of the workflow.
-
Method Details
-
id
public DeleteWorkflowMappingOperationSpec.DeleteWorkflowMappingOperationSpecBuilder id(@NotNull @NotNull Long id) The ID of the workflow scheme.- Returns:
this.
-
workflowName
public DeleteWorkflowMappingOperationSpec.DeleteWorkflowMappingOperationSpecBuilder workflowName(@NotNull @NotNull String workflowName) The name of the workflow.- Returns:
this.
-
updateDraftIfNeeded
public DeleteWorkflowMappingOperationSpec.DeleteWorkflowMappingOperationSpecBuilder 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
-