Klasse DeleteWorkflowTransitionPropertyOperationSpec.DeleteWorkflowTransitionPropertyOperationSpecBuilder
java.lang.Object
io.github.primelib.jira4j.restv2.spec.DeleteWorkflowTransitionPropertyOperationSpec.DeleteWorkflowTransitionPropertyOperationSpecBuilder
- Umschließende Klasse:
DeleteWorkflowTransitionPropertyOperationSpec
public static class DeleteWorkflowTransitionPropertyOperationSpec.DeleteWorkflowTransitionPropertyOperationSpecBuilder
extends Object
-
Methodenübersicht
Modifizierer und TypMethodeBeschreibungbuild()
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.
-
Methodendetails
-
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.- Gibt zurück:
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.- Gibt zurück:
this
.
-
workflowName
public DeleteWorkflowTransitionPropertyOperationSpec.DeleteWorkflowTransitionPropertyOperationSpecBuilder workflowName(@NotNull @NotNull String workflowName) The name of the workflow that the transition belongs to.- Gibt zurück:
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.- Gibt zurück:
this
.
-
build
-
toString
-