Klasse PublishDraftWorkflowSchemeOperationSpec.PublishDraftWorkflowSchemeOperationSpecBuilder
java.lang.Object
io.github.primelib.jira4j.restv2.spec.PublishDraftWorkflowSchemeOperationSpec.PublishDraftWorkflowSchemeOperationSpecBuilder
- Umschließende Klasse:
PublishDraftWorkflowSchemeOperationSpec
public static class PublishDraftWorkflowSchemeOperationSpec.PublishDraftWorkflowSchemeOperationSpecBuilder
extends Object
-
Methodenübersicht
Modifizierer und TypMethodeBeschreibungbuild()The ID of the workflow scheme that the draft belongs to.publishDraftWorkflowScheme(@NotNull PublishDraftWorkflowScheme publishDraftWorkflowScheme) Details of the status mappings.toString()validateOnly(@Nullable Boolean validateOnly) Whether the request only performs a validation.
-
Methodendetails
-
id
public PublishDraftWorkflowSchemeOperationSpec.PublishDraftWorkflowSchemeOperationSpecBuilder id(@NotNull @NotNull Long id) The ID of the workflow scheme that the draft belongs to.- Gibt zurück:
this.
-
publishDraftWorkflowScheme
public PublishDraftWorkflowSchemeOperationSpec.PublishDraftWorkflowSchemeOperationSpecBuilder publishDraftWorkflowScheme(@NotNull @NotNull PublishDraftWorkflowScheme publishDraftWorkflowScheme) Details of the status mappings.- Gibt zurück:
this.
-
validateOnly
public PublishDraftWorkflowSchemeOperationSpec.PublishDraftWorkflowSchemeOperationSpecBuilder validateOnly(@Nullable @Nullable Boolean validateOnly) Whether the request only performs a validation.- Gibt zurück:
this.
-
build
-
toString
-