Klasse GetBlogPostInlineCommentsOperationSpec
java.lang.Object
io.github.primelib.confluence4j.rest.v2.spec.GetBlogPostInlineCommentsOperationSpec
@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator")
public class GetBlogPostInlineCommentsOperationSpec
extends Object
GetBlogPostInlineCommentsSpec
Specification for the GetBlogPostInlineComments operation.
Get inline comments for blog post
-
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
KonstruktorenModifiziererKonstruktorBeschreibungprotectedGetBlogPostInlineCommentsOperationSpec(Long id, PrimaryBodyRepresentation bodyFormat, CommentSortOrder sort, String cursor, Integer limit) Constructs a validated instance ofGetBlogPostInlineCommentsOperationSpec.Constructs a validated instance ofGetBlogPostInlineCommentsOperationSpec. -
Methodenübersicht
Modifizierer und TypMethodeBeschreibung@Nullable PrimaryBodyRepresentationThe content format type to be returned in thebodyfield of the response.bodyFormat(@Nullable PrimaryBodyRepresentation bodyFormat) The content format type to be returned in thebodyfield of the response.builder()protected boolean@Nullable Stringcursor()Used for pagination, this opaque cursor will be returned in thenextURL in theLinkresponse header.Used for pagination, this opaque cursor will be returned in thenextURL in theLinkresponse header.booleaninthashCode()@NotNull Longid()The ID of the blog post for which inline comments should be returned.The ID of the blog post for which inline comments should be returned.@Nullable Integerlimit()Maximum number of inline comments per result to return.Maximum number of inline comments per result to return.@Nullable CommentSortOrdersort()Used to sort the result by a particular field.sort(@Nullable CommentSortOrder sort) Used to sort the result by a particular field.toString()voidvalidate()Validates the Spec, will throw a exception if required parameters are missing
-
Felddetails
-
VALIDATION_ENABLED
allows to disable validation of the spec, use with care!
-
-
Konstruktordetails
-
GetBlogPostInlineCommentsOperationSpec
@Internal public GetBlogPostInlineCommentsOperationSpec(Consumer<GetBlogPostInlineCommentsOperationSpec> spec) Constructs a validated instance ofGetBlogPostInlineCommentsOperationSpec.- Parameter:
spec- the specification to process
-
GetBlogPostInlineCommentsOperationSpec
@Internal public GetBlogPostInlineCommentsOperationSpec(Long id, PrimaryBodyRepresentation bodyFormat, CommentSortOrder sort, String cursor, Integer limit) Constructs a validated instance ofGetBlogPostInlineCommentsOperationSpec.NOTE: This constructor is not considered stable and may change if the operation is updated.
- Parameter:
id- The ID of the blog post for which inline comments should be returned.bodyFormat- The content format type to be returned in thebodyfield of the response. If available, the representation will be available under a response field of the same name under thebodyfield.sort- Used to sort the result by a particular field.cursor- Used for pagination, this opaque cursor will be returned in thenextURL in theLinkresponse header. Use the relative URL in theLinkheader to retrieve thenextset of results.limit- Maximum number of inline comments per result to return. If more results exist, use theLinkheader to retrieve a relative URL that will return the next set of results.
-
GetBlogPostInlineCommentsOperationSpec
protected GetBlogPostInlineCommentsOperationSpec()
-
-
Methodendetails
-
validate
public void validate()Validates the Spec, will throw a exception if required parameters are missing- Löst aus:
NullPointerException
-
builder
public static GetBlogPostInlineCommentsOperationSpec.GetBlogPostInlineCommentsOperationSpecBuilder builder() -
id
The ID of the blog post for which inline comments should be returned. -
bodyFormat
The content format type to be returned in thebodyfield of the response. If available, the representation will be available under a response field of the same name under thebodyfield. -
sort
Used to sort the result by a particular field. -
cursor
Used for pagination, this opaque cursor will be returned in thenextURL in theLinkresponse header. Use the relative URL in theLinkheader to retrieve thenextset of results. -
limit
Maximum number of inline comments per result to return. If more results exist, use theLinkheader to retrieve a relative URL that will return the next set of results. -
id
The ID of the blog post for which inline comments should be returned.- Gibt zurück:
this.
-
bodyFormat
public GetBlogPostInlineCommentsOperationSpec bodyFormat(@Nullable @Nullable PrimaryBodyRepresentation bodyFormat) The content format type to be returned in thebodyfield of the response. If available, the representation will be available under a response field of the same name under thebodyfield.- Gibt zurück:
this.
-
sort
Used to sort the result by a particular field.- Gibt zurück:
this.
-
cursor
Used for pagination, this opaque cursor will be returned in thenextURL in theLinkresponse header. Use the relative URL in theLinkheader to retrieve thenextset of results.- Gibt zurück:
this.
-
limit
Maximum number of inline comments per result to return. If more results exist, use theLinkheader to retrieve a relative URL that will return the next set of results.- Gibt zurück:
this.
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-