Klasse GetBlogpostContentPropertiesOperationSpec
java.lang.Object
io.github.primelib.confluence4j.rest.v2.spec.GetBlogpostContentPropertiesOperationSpec
@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator")
public class GetBlogpostContentPropertiesOperationSpec
extends Object
GetBlogpostContentPropertiesSpec
Specification for the GetBlogpostContentProperties operation.
Get content properties 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
KonstruktorenModifiziererKonstruktorBeschreibungprotectedGetBlogpostContentPropertiesOperationSpec(Long blogpostId, String key, ContentPropertySortOrder sort, String cursor, Integer limit) Constructs a validated instance ofGetBlogpostContentPropertiesOperationSpec.Constructs a validated instance ofGetBlogpostContentPropertiesOperationSpec. -
Methodenübersicht
Modifizierer und TypMethodeBeschreibung@NotNull LongThe ID of the blog post for which content properties should be returned.blogpostId(@NotNull Long blogpostId) The ID of the blog post for which content properties should be returned.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()@Nullable Stringkey()Filters the response to return a specific content property with matching key (case sensitive).Filters the response to return a specific content property with matching key (case sensitive).@Nullable Integerlimit()Maximum number of attachments per result to return.Maximum number of attachments per result to return.@Nullable ContentPropertySortOrdersort()Used to sort the result by a particular field.sort(@Nullable ContentPropertySortOrder 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
-
GetBlogpostContentPropertiesOperationSpec
@Internal public GetBlogpostContentPropertiesOperationSpec(Consumer<GetBlogpostContentPropertiesOperationSpec> spec) Constructs a validated instance ofGetBlogpostContentPropertiesOperationSpec.- Parameter:
spec- the specification to process
-
GetBlogpostContentPropertiesOperationSpec
@Internal public GetBlogpostContentPropertiesOperationSpec(Long blogpostId, String key, ContentPropertySortOrder sort, String cursor, Integer limit) Constructs a validated instance ofGetBlogpostContentPropertiesOperationSpec.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 content properties should be returned.key- Filters the response to return a specific content property with matching key (case sensitive).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 attachments per result to return. If more results exist, use theLinkheader to retrieve a relative URL that will return the next set of results.
-
GetBlogpostContentPropertiesOperationSpec
protected GetBlogpostContentPropertiesOperationSpec()
-
-
Methodendetails
-
validate
public void validate()Validates the Spec, will throw a exception if required parameters are missing- Löst aus:
NullPointerException
-
builder
public static GetBlogpostContentPropertiesOperationSpec.GetBlogpostContentPropertiesOperationSpecBuilder builder() -
blogpostId
The ID of the blog post for which content properties should be returned. -
key
Filters the response to return a specific content property with matching key (case sensitive). -
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 attachments per result to return. If more results exist, use theLinkheader to retrieve a relative URL that will return the next set of results. -
blogpostId
The ID of the blog post for which content properties should be returned.- Gibt zurück:
this.
-
key
Filters the response to return a specific content property with matching key (case sensitive).- Gibt zurück:
this.
-
sort
public GetBlogpostContentPropertiesOperationSpec sort(@Nullable @Nullable ContentPropertySortOrder 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 attachments 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
-