Klasse PublishDraftWorkflowSchemeOperationSpec
java.lang.Object
io.github.primelib.jira4j.restv2.spec.PublishDraftWorkflowSchemeOperationSpec
@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator")
public class PublishDraftWorkflowSchemeOperationSpec
extends Object
PublishDraftWorkflowSchemeSpec
Specification for the PublishDraftWorkflowScheme operation.
Publish draft workflow scheme
-
Verschachtelte Klassen - Übersicht
Verschachtelte KlassenModifizierer und TypKlasseBeschreibungstatic class
-
Feldübersicht
FelderModifizierer und TypFeldBeschreibungstatic Boolean
allows to disable validation of the spec, use with care! -
Konstruktorübersicht
KonstruktorenModifiziererKonstruktorBeschreibungprotected
PublishDraftWorkflowSchemeOperationSpec
(Long id, PublishDraftWorkflowScheme publishDraftWorkflowScheme, Boolean validateOnly) Constructs a validated instance ofPublishDraftWorkflowSchemeOperationSpec
.Constructs a validated instance ofPublishDraftWorkflowSchemeOperationSpec
. -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungbuilder()
protected boolean
boolean
int
hashCode()
@NotNull Long
id()
The ID of the workflow scheme that the draft belongs to.The ID of the workflow scheme that the draft belongs to.@NotNull PublishDraftWorkflowScheme
Details of the status mappings.publishDraftWorkflowScheme
(@NotNull PublishDraftWorkflowScheme publishDraftWorkflowScheme) Details of the status mappings.toString()
void
validate()
Validates the Spec, will throw a exception if required parameters are missing@Nullable Boolean
Whether the request only performs a validation.validateOnly
(@Nullable Boolean validateOnly) Whether the request only performs a validation.
-
Felddetails
-
VALIDATION_ENABLED
allows to disable validation of the spec, use with care!
-
-
Konstruktordetails
-
PublishDraftWorkflowSchemeOperationSpec
@Internal public PublishDraftWorkflowSchemeOperationSpec(Consumer<PublishDraftWorkflowSchemeOperationSpec> spec) Constructs a validated instance ofPublishDraftWorkflowSchemeOperationSpec
.- Parameter:
spec
- the specification to process
-
PublishDraftWorkflowSchemeOperationSpec
@Internal public PublishDraftWorkflowSchemeOperationSpec(Long id, PublishDraftWorkflowScheme publishDraftWorkflowScheme, Boolean validateOnly) Constructs a validated instance ofPublishDraftWorkflowSchemeOperationSpec
.NOTE: This constructor is not considered stable and may change if the operation is updated.
- Parameter:
id
- The ID of the workflow scheme that the draft belongs to.publishDraftWorkflowScheme
- Details of the status mappings.validateOnly
- Whether the request only performs a validation.
-
PublishDraftWorkflowSchemeOperationSpec
protected PublishDraftWorkflowSchemeOperationSpec()
-
-
Methodendetails
-
validate
public void validate()Validates the Spec, will throw a exception if required parameters are missing- Löst aus:
NullPointerException
-
builder
public static PublishDraftWorkflowSchemeOperationSpec.PublishDraftWorkflowSchemeOperationSpecBuilder builder() -
id
The ID of the workflow scheme that the draft belongs to. -
publishDraftWorkflowScheme
Details of the status mappings. -
validateOnly
Whether the request only performs a validation. -
id
The ID of the workflow scheme that the draft belongs to.- Gibt zurück:
this
.
-
publishDraftWorkflowScheme
public PublishDraftWorkflowSchemeOperationSpec publishDraftWorkflowScheme(@NotNull @NotNull PublishDraftWorkflowScheme publishDraftWorkflowScheme) Details of the status mappings.- Gibt zurück:
this
.
-
validateOnly
public PublishDraftWorkflowSchemeOperationSpec validateOnly(@Nullable @Nullable Boolean validateOnly) Whether the request only performs a validation.- Gibt zurück:
this
.
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-