Klasse GetWorkflowOperationSpec.GetWorkflowOperationSpecBuilder
java.lang.Object
io.github.primelib.jira4j.restv2.spec.GetWorkflowOperationSpec.GetWorkflowOperationSpecBuilder
- Umschließende Klasse:
GetWorkflowOperationSpec
-
Methodenübersicht
Modifizierer und TypMethodeBeschreibungbuild()
The ID of the workflow scheme.returnDraftIfExists
(@Nullable Boolean returnDraftIfExists) Returns the mapping from the workflow scheme's draft rather than the workflow scheme, if set to true.toString()
workflowName
(@Nullable String workflowName) The name of a workflow in the scheme.
-
Methodendetails
-
id
The ID of the workflow scheme.- Gibt zurück:
this
.
-
workflowName
public GetWorkflowOperationSpec.GetWorkflowOperationSpecBuilder 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.- Gibt zurück:
this
.
-
returnDraftIfExists
public GetWorkflowOperationSpec.GetWorkflowOperationSpecBuilder returnDraftIfExists(@Nullable @Nullable Boolean returnDraftIfExists) Returns the mapping from the workflow scheme's draft rather than the workflow scheme, if set to true. If no draft exists, the mapping from the workflow scheme is returned.- Gibt zurück:
this
.
-
build
-
toString
-