Class GetWorkflowTransitionPropertiesOperationSpec.GetWorkflowTransitionPropertiesOperationSpecBuilder
java.lang.Object
io.github.primelib.jira4j.restv3.spec.GetWorkflowTransitionPropertiesOperationSpec.GetWorkflowTransitionPropertiesOperationSpecBuilder
- Enclosing class:
- GetWorkflowTransitionPropertiesOperationSpec
public static class GetWorkflowTransitionPropertiesOperationSpec.GetWorkflowTransitionPropertiesOperationSpecBuilder
extends Object
-
Method Summary
Modifier and TypeMethodDescriptionbuild()
includeReservedKeys
(@Nullable Boolean includeReservedKeys) Some properties with keys that have the *jira.* prefix are reserved, which means they are not editable.The key of the property being returned, 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 GetWorkflowTransitionPropertiesOperationSpec.GetWorkflowTransitionPropertiesOperationSpecBuilder transitionId(@NotNull @NotNull Long transitionId) The ID of the transition. To get the ID, view the workflow in text mode in the Jira administration console. The ID is shown next to the transition.- Returns:
this
.
-
workflowName
public GetWorkflowTransitionPropertiesOperationSpec.GetWorkflowTransitionPropertiesOperationSpecBuilder workflowName(@NotNull @NotNull String workflowName) The name of the workflow that the transition belongs to.- Returns:
this
.
-
includeReservedKeys
public GetWorkflowTransitionPropertiesOperationSpec.GetWorkflowTransitionPropertiesOperationSpecBuilder includeReservedKeys(@Nullable @Nullable Boolean includeReservedKeys) Some properties with keys that have the *jira.* prefix are reserved, which means they are not editable. To include these properties in the results, set this parameter to *true*.- Returns:
this
.
-
key
public GetWorkflowTransitionPropertiesOperationSpec.GetWorkflowTransitionPropertiesOperationSpecBuilder key(@Nullable @Nullable String key) The key of the property being returned, also known as the name of the property. If this parameter is not specified, all properties on the transition are returned.- Returns:
this
.
-
workflowMode
public GetWorkflowTransitionPropertiesOperationSpec.GetWorkflowTransitionPropertiesOperationSpecBuilder workflowMode(@Nullable @Nullable String workflowMode) The workflow status. Set to *live* for active and inactive workflows, or *draft* for draft workflows.- Returns:
this
.
-
build
-
toString
-