Klasse DeleteWorkflowMappingOperationSpec.DeleteWorkflowMappingOperationSpecBuilder
java.lang.Object
io.github.primelib.jira4j.restv2.spec.DeleteWorkflowMappingOperationSpec.DeleteWorkflowMappingOperationSpecBuilder
- Umschließende Klasse:
DeleteWorkflowMappingOperationSpec
public static class DeleteWorkflowMappingOperationSpec.DeleteWorkflowMappingOperationSpecBuilder
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.workflowName
(@NotNull String workflowName) The name of the workflow.
-
Methodendetails
-
id
public DeleteWorkflowMappingOperationSpec.DeleteWorkflowMappingOperationSpecBuilder id(@NotNull @NotNull Long id) The ID of the workflow scheme.- Gibt zurück:
this
.
-
workflowName
public DeleteWorkflowMappingOperationSpec.DeleteWorkflowMappingOperationSpecBuilder workflowName(@NotNull @NotNull String workflowName) The name of the workflow.- Gibt zurück:
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
.- Gibt zurück:
this
.
-
build
-
toString
-