Klasse UpdateWorkflowTransitionPropertyOperationSpec.UpdateWorkflowTransitionPropertyOperationSpecBuilder
java.lang.Object
io.github.primelib.jira4j.restv2.spec.UpdateWorkflowTransitionPropertyOperationSpec.UpdateWorkflowTransitionPropertyOperationSpecBuilder
- Umschließende Klasse:
UpdateWorkflowTransitionPropertyOperationSpec
public static class UpdateWorkflowTransitionPropertyOperationSpec.UpdateWorkflowTransitionPropertyOperationSpecBuilder
extends Object
-
Methodenübersicht
Modifizierer und TypMethodeBeschreibungbuild()
The key of the property being updated, 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.workflowTransitionProperty
(@NotNull WorkflowTransitionProperty workflowTransitionProperty)
-
Methodendetails
-
transitionId
public UpdateWorkflowTransitionPropertyOperationSpec.UpdateWorkflowTransitionPropertyOperationSpecBuilder 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 UpdateWorkflowTransitionPropertyOperationSpec.UpdateWorkflowTransitionPropertyOperationSpecBuilder key(@NotNull @NotNull String key) The key of the property being updated, also known as the name of the property. Set this to the same value as thekey
defined in the request body.- Gibt zurück:
this
.
-
workflowName
public UpdateWorkflowTransitionPropertyOperationSpec.UpdateWorkflowTransitionPropertyOperationSpecBuilder workflowName(@NotNull @NotNull String workflowName) The name of the workflow that the transition belongs to.- Gibt zurück:
this
.
-
workflowTransitionProperty
public UpdateWorkflowTransitionPropertyOperationSpec.UpdateWorkflowTransitionPropertyOperationSpecBuilder workflowTransitionProperty(@NotNull @NotNull WorkflowTransitionProperty workflowTransitionProperty) - Gibt zurück:
this
.
-
workflowMode
public UpdateWorkflowTransitionPropertyOperationSpec.UpdateWorkflowTransitionPropertyOperationSpecBuilder 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
-