Klasse GetBlogPostVersionDetailsOperationSpec
java.lang.Object
io.github.primelib.confluence4j.rest.v2.spec.GetBlogPostVersionDetailsOperationSpec
@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator")
public class GetBlogPostVersionDetailsOperationSpec
extends Object
GetBlogPostVersionDetailsSpec
Specification for the GetBlogPostVersionDetails operation.
Get version details for blog post 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
KonstruktorenModifiziererKonstruktorBeschreibungprotectedGetBlogPostVersionDetailsOperationSpec(Long blogpostId, Long versionNumber) Constructs a validated instance ofGetBlogPostVersionDetailsOperationSpec.Constructs a validated instance ofGetBlogPostVersionDetailsOperationSpec. -
Methodenübersicht
Modifizierer und TypMethodeBeschreibung@NotNull LongThe ID of the blog post for which version details should be returned.blogpostId(@NotNull Long blogpostId) The ID of the blog post for which version details should be returned.builder()protected booleanbooleaninthashCode()toString()voidvalidate()Validates the Spec, will throw a exception if required parameters are missing@NotNull LongThe version number of the blog post to be returned.versionNumber(@NotNull Long versionNumber) The version number of the blog post to be returned.
-
Felddetails
-
VALIDATION_ENABLED
allows to disable validation of the spec, use with care!
-
-
Konstruktordetails
-
GetBlogPostVersionDetailsOperationSpec
@Internal public GetBlogPostVersionDetailsOperationSpec(Consumer<GetBlogPostVersionDetailsOperationSpec> spec) Constructs a validated instance ofGetBlogPostVersionDetailsOperationSpec.- Parameter:
spec- the specification to process
-
GetBlogPostVersionDetailsOperationSpec
Constructs a validated instance ofGetBlogPostVersionDetailsOperationSpec.NOTE: This constructor is not considered stable and may change if the operation is updated.
- Parameter:
blogpostId- The ID of the blog post for which version details should be returned.versionNumber- The version number of the blog post to be returned.
-
GetBlogPostVersionDetailsOperationSpec
protected GetBlogPostVersionDetailsOperationSpec()
-
-
Methodendetails
-
validate
public void validate()Validates the Spec, will throw a exception if required parameters are missing- Löst aus:
NullPointerException
-
builder
public static GetBlogPostVersionDetailsOperationSpec.GetBlogPostVersionDetailsOperationSpecBuilder builder() -
blogpostId
The ID of the blog post for which version details should be returned. -
versionNumber
The version number of the blog post to be returned. -
blogpostId
The ID of the blog post for which version details should be returned.- Gibt zurück:
this.
-
versionNumber
The version number of the blog post to be returned.- Gibt zurück:
this.
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-