Klasse GetCustomContentContentPropertiesOperationSpec
java.lang.Object
io.github.primelib.confluence4j.rest.v2.spec.GetCustomContentContentPropertiesOperationSpec
@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator")
public class GetCustomContentContentPropertiesOperationSpec
extends Object
GetCustomContentContentPropertiesSpec
Specification for the GetCustomContentContentProperties operation.
Get content properties for custom content
-
Verschachtelte Klassen - Übersicht
Verschachtelte KlassenModifizierer und TypKlasseBeschreibungstatic classGetCustomContentContentPropertiesOperationSpec.GetCustomContentContentPropertiesOperationSpecBuilder -
Feldübersicht
FelderModifizierer und TypFeldBeschreibungstatic Booleanallows to disable validation of the spec, use with care! -
Konstruktorübersicht
KonstruktorenModifiziererKonstruktorBeschreibungprotectedGetCustomContentContentPropertiesOperationSpec(Long customContentId, String key, ContentPropertySortOrder sort, String cursor, Integer limit, Boolean serializeIdsAsStrings) Constructs a validated instance ofGetCustomContentContentPropertiesOperationSpec.GetCustomContentContentPropertiesOperationSpec(Consumer<GetCustomContentContentPropertiesOperationSpec> spec) Constructs a validated instance ofGetCustomContentContentPropertiesOperationSpec. -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungstatic GetCustomContentContentPropertiesOperationSpec.GetCustomContentContentPropertiesOperationSpecBuilderbuilder()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.@NotNull LongThe ID of the custom content for which content properties should be returned.customContentId(@NotNull Long customContentId) The ID of the custom content for which content properties should be returned.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 BooleanDue to JavaScript's max integer representation of 2^53-1, the type of any IDs returned in the response body for this endpoint will be changed from a numeric type to a string type at the end of the deprecation period.serializeIdsAsStrings(@Nullable Boolean serializeIdsAsStrings) Due to JavaScript's max integer representation of 2^53-1, the type of any IDs returned in the response body for this endpoint will be changed from a numeric type to a string type at the end of the deprecation period.@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
-
GetCustomContentContentPropertiesOperationSpec
@Internal public GetCustomContentContentPropertiesOperationSpec(Consumer<GetCustomContentContentPropertiesOperationSpec> spec) Constructs a validated instance ofGetCustomContentContentPropertiesOperationSpec.- Parameter:
spec- the specification to process
-
GetCustomContentContentPropertiesOperationSpec
@Internal public GetCustomContentContentPropertiesOperationSpec(Long customContentId, String key, ContentPropertySortOrder sort, String cursor, Integer limit, Boolean serializeIdsAsStrings) Constructs a validated instance ofGetCustomContentContentPropertiesOperationSpec.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 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.serializeIdsAsStrings- Due to JavaScript's max integer representation of 2^53-1, the type of any IDs returned in the response body for this endpoint will be changed from a numeric type to a string type at the end of the deprecation period. In the meantime, this query param can be passed to this endpoint to opt-in to this change now. See this [changelog](https://developer.atlassian.com/cloud/confluence/changelog/#CHANGE-905) for more detail.
-
GetCustomContentContentPropertiesOperationSpec
protected GetCustomContentContentPropertiesOperationSpec()
-
-
Methodendetails
-
validate
public void validate()Validates the Spec, will throw a exception if required parameters are missing- Löst aus:
NullPointerException
-
builder
-
customContentId
The ID of the custom content 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. -
serializeIdsAsStrings
Due to JavaScript's max integer representation of 2^53-1, the type of any IDs returned in the response body for this endpoint will be changed from a numeric type to a string type at the end of the deprecation period. In the meantime, this query param can be passed to this endpoint to opt-in to this change now. See this [changelog](https://developer.atlassian.com/cloud/confluence/changelog/#CHANGE-905) for more detail. -
customContentId
public GetCustomContentContentPropertiesOperationSpec customContentId(@NotNull @NotNull Long customContentId) The ID of the custom content 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 GetCustomContentContentPropertiesOperationSpec 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.
-
serializeIdsAsStrings
public GetCustomContentContentPropertiesOperationSpec serializeIdsAsStrings(@Nullable @Nullable Boolean serializeIdsAsStrings) Due to JavaScript's max integer representation of 2^53-1, the type of any IDs returned in the response body for this endpoint will be changed from a numeric type to a string type at the end of the deprecation period. In the meantime, this query param can be passed to this endpoint to opt-in to this change now. See this [changelog](https://developer.atlassian.com/cloud/confluence/changelog/#CHANGE-905) for more detail.- Gibt zurück:
this.
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-