Klasse GetCustomContentVersionDetailsOperationSpec
java.lang.Object
io.github.primelib.confluence4j.rest.v2.spec.GetCustomContentVersionDetailsOperationSpec
@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator")
public class GetCustomContentVersionDetailsOperationSpec
extends Object
GetCustomContentVersionDetailsSpec
Specification for the GetCustomContentVersionDetails operation.
Get version details for custom content version
-
Verschachtelte Klassen - Übersicht
Verschachtelte KlassenModifizierer und TypKlasseBeschreibungstatic class -
Feldübersicht
FelderModifizierer und TypFeldBeschreibungstatic Booleanallows to disable validation of the spec, use with care! -
Konstruktorübersicht
KonstruktorenModifiziererKonstruktorBeschreibungprotectedGetCustomContentVersionDetailsOperationSpec(Long customContentId, Long versionNumber) Constructs a validated instance ofGetCustomContentVersionDetailsOperationSpec.GetCustomContentVersionDetailsOperationSpec(Consumer<GetCustomContentVersionDetailsOperationSpec> spec) Constructs a validated instance ofGetCustomContentVersionDetailsOperationSpec. -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungstatic GetCustomContentVersionDetailsOperationSpec.GetCustomContentVersionDetailsOperationSpecBuilderbuilder()protected boolean@NotNull LongThe ID of the custom content for which version details should be returned.customContentId(@NotNull Long customContentId) The ID of the custom content for which version details should be returned.booleaninthashCode()toString()voidvalidate()Validates the Spec, will throw a exception if required parameters are missing@NotNull LongThe version number of the custom content to be returned.versionNumber(@NotNull Long versionNumber) The version number of the custom content to be returned.
-
Felddetails
-
VALIDATION_ENABLED
allows to disable validation of the spec, use with care!
-
-
Konstruktordetails
-
GetCustomContentVersionDetailsOperationSpec
@Internal public GetCustomContentVersionDetailsOperationSpec(Consumer<GetCustomContentVersionDetailsOperationSpec> spec) Constructs a validated instance ofGetCustomContentVersionDetailsOperationSpec.- Parameter:
spec- the specification to process
-
GetCustomContentVersionDetailsOperationSpec
@Internal public GetCustomContentVersionDetailsOperationSpec(Long customContentId, Long versionNumber) Constructs a validated instance ofGetCustomContentVersionDetailsOperationSpec.NOTE: This constructor is not considered stable and may change if the operation is updated.
- Parameter:
customContentId- The ID of the custom content for which version details should be returned.versionNumber- The version number of the custom content to be returned.
-
GetCustomContentVersionDetailsOperationSpec
protected GetCustomContentVersionDetailsOperationSpec()
-
-
Methodendetails
-
validate
public void validate()Validates the Spec, will throw a exception if required parameters are missing- Löst aus:
NullPointerException
-
builder
public static GetCustomContentVersionDetailsOperationSpec.GetCustomContentVersionDetailsOperationSpecBuilder builder() -
customContentId
The ID of the custom content for which version details should be returned. -
versionNumber
The version number of the custom content to be returned. -
customContentId
public GetCustomContentVersionDetailsOperationSpec customContentId(@NotNull @NotNull Long customContentId) The ID of the custom content for which version details should be returned.- Gibt zurück:
this.
-
versionNumber
public GetCustomContentVersionDetailsOperationSpec versionNumber(@NotNull @NotNull Long versionNumber) The version number of the custom content to be returned.- Gibt zurück:
this.
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-