Class DeleteWorkflowTransitionPropertyOperationSpec.DeleteWorkflowTransitionPropertyOperationSpecBuilder
java.lang.Object
io.github.primelib.jira4j.restv3.spec.DeleteWorkflowTransitionPropertyOperationSpec.DeleteWorkflowTransitionPropertyOperationSpecBuilder
- Enclosing class:
- DeleteWorkflowTransitionPropertyOperationSpec
public static class DeleteWorkflowTransitionPropertyOperationSpec.DeleteWorkflowTransitionPropertyOperationSpecBuilder
extends Object
-
Method Summary
Modifier and TypeMethodDescriptionbuild()
The name of the transition property to delete, also known as the name of the property.toString()
transitionId
(@NotNull Long transitionId) The ID of the transition.workflowMode
(@Nullable String workflowMode) The workflow status.workflowName
(@NotNull String workflowName) The name of the workflow that the transition belongs to.
-
Method Details
-
transitionId
public DeleteWorkflowTransitionPropertyOperationSpec.DeleteWorkflowTransitionPropertyOperationSpecBuilder transitionId(@NotNull @NotNull Long transitionId) The ID of the transition. To get the ID, view the workflow in text mode in the Jira admin settings. The ID is shown next to the transition.- Returns:
this
.
-
key
public DeleteWorkflowTransitionPropertyOperationSpec.DeleteWorkflowTransitionPropertyOperationSpecBuilder key(@NotNull @NotNull String key) The name of the transition property to delete, also known as the name of the property.- Returns:
this
.
-
workflowName
public DeleteWorkflowTransitionPropertyOperationSpec.DeleteWorkflowTransitionPropertyOperationSpecBuilder workflowName(@NotNull @NotNull String workflowName) The name of the workflow that the transition belongs to.- Returns:
this
.
-
workflowMode
public DeleteWorkflowTransitionPropertyOperationSpec.DeleteWorkflowTransitionPropertyOperationSpecBuilder workflowMode(@Nullable @Nullable String workflowMode) The workflow status. Set tolive
for inactive workflows ordraft
for draft workflows. Active workflows cannot be edited.- Returns:
this
.
-
build
-
toString
-