Klasse GetDefaultWorkflowOperationSpec.GetDefaultWorkflowOperationSpecBuilder
java.lang.Object
io.github.primelib.jira4j.restv3.spec.GetDefaultWorkflowOperationSpec.GetDefaultWorkflowOperationSpecBuilder
- Umschließende Klasse:
GetDefaultWorkflowOperationSpec
public static class GetDefaultWorkflowOperationSpec.GetDefaultWorkflowOperationSpecBuilder
extends Object
-
Methodenübersicht
Modifizierer und TypMethodeBeschreibungbuild()
The ID of the workflow scheme.returnDraftIfExists
(@Nullable Boolean returnDraftIfExists) Set totrue
to return the default workflow for the workflow scheme's draft rather than scheme itself.toString()
-
Methodendetails
-
id
public GetDefaultWorkflowOperationSpec.GetDefaultWorkflowOperationSpecBuilder id(@NotNull @NotNull Long id) The ID of the workflow scheme.- Gibt zurück:
this
.
-
returnDraftIfExists
public GetDefaultWorkflowOperationSpec.GetDefaultWorkflowOperationSpecBuilder returnDraftIfExists(@Nullable @Nullable Boolean returnDraftIfExists) Set totrue
to return the default workflow for the workflow scheme's draft rather than scheme itself. If the workflow scheme does not have a draft, then the default workflow for the workflow scheme is returned.- Gibt zurück:
this
.
-
build
-
toString
-