Class UpdateWorkflowSchemeOperationSpec.UpdateWorkflowSchemeOperationSpecBuilder
java.lang.Object
io.github.primelib.jira4j.restv3.spec.UpdateWorkflowSchemeOperationSpec.UpdateWorkflowSchemeOperationSpecBuilder
- Enclosing class:
- UpdateWorkflowSchemeOperationSpec
public static class UpdateWorkflowSchemeOperationSpec.UpdateWorkflowSchemeOperationSpecBuilder
extends Object
-
Method Summary
Modifier and TypeMethodDescriptionbuild()
The ID of the workflow scheme.toString()
workflowScheme
(@NotNull WorkflowScheme workflowScheme)
-
Method Details
-
id
public UpdateWorkflowSchemeOperationSpec.UpdateWorkflowSchemeOperationSpecBuilder id(@NotNull @NotNull Long id) The ID of the workflow scheme. Find this ID by editing the desired workflow scheme in Jira. The ID is shown in the URL asschemeId
. For example, *schemeId=10301*.- Returns:
this
.
-
workflowScheme
public UpdateWorkflowSchemeOperationSpec.UpdateWorkflowSchemeOperationSpecBuilder workflowScheme(@NotNull @NotNull WorkflowScheme workflowScheme) - Returns:
this
.
-
build
-
toString
-