Class GetDraftWorkflowOperationSpec.GetDraftWorkflowOperationSpecBuilder
java.lang.Object
io.github.primelib.jira4j.restv3.spec.GetDraftWorkflowOperationSpec.GetDraftWorkflowOperationSpecBuilder
- Enclosing class:
- GetDraftWorkflowOperationSpec
public static class GetDraftWorkflowOperationSpec.GetDraftWorkflowOperationSpecBuilder
extends Object
-
Method Summary
Modifier and TypeMethodDescriptionbuild()
The ID of the workflow scheme that the draft belongs to.toString()
workflowName
(@Nullable String workflowName) The name of a workflow in the scheme.
-
Method Details
-
id
public GetDraftWorkflowOperationSpec.GetDraftWorkflowOperationSpecBuilder id(@NotNull @NotNull Long id) The ID of the workflow scheme that the draft belongs to.- Returns:
this
.
-
workflowName
public GetDraftWorkflowOperationSpec.GetDraftWorkflowOperationSpecBuilder workflowName(@Nullable @Nullable String workflowName) The name of a workflow in the scheme. Limits the results to the workflow-issue type mapping for the specified workflow.- Returns:
this
.
-
build
-
toString
-