Class ReadAttributesBody
java.lang.Object
co.permify.sdk.model.ReadAttributesBody
@Generated("org.openapitools.codegen.languages.JavaClientCodegen")
public class ReadAttributesBody
extends Object
AttributeReadRequest defines the structure of a request for reading attributes. It includes the tenant_id, metadata, attribute filter, page size for pagination, and a continuous token for multi-page results.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncontinuousToken(String continuousToken) booleanReturn true if this ReadAttributesBody object is equal to o.filter(AttributeFilter filter) continuous_token is used in case of paginated reads to get the next page of results.Get filterGet metadatapage_size specifies the number of results to return in a single page.inthashCode()metadata(AttributeReadRequestMetadata metadata) voidsetContinuousToken(String continuousToken) voidsetFilter(AttributeFilter filter) voidsetMetadata(AttributeReadRequestMetadata metadata) voidsetPageSize(Long pageSize) toString()Convert the instance into URL query string.toUrlQueryString(String prefix) Convert the instance into URL query string.
-
Field Details
-
JSON_PROPERTY_METADATA
- See Also:
-
JSON_PROPERTY_FILTER
- See Also:
-
JSON_PROPERTY_PAGE_SIZE
- See Also:
-
JSON_PROPERTY_CONTINUOUS_TOKEN
- See Also:
-
-
Constructor Details
-
ReadAttributesBody
public ReadAttributesBody()
-
-
Method Details
-
metadata
-
getMetadata
-
setMetadata
-
filter
-
getFilter
-
setFilter
-
pageSize
-
getPageSize
page_size specifies the number of results to return in a single page. If more results are available, a continuous_token is included in the response.- Returns:
- pageSize
-
setPageSize
-
continuousToken
-
getContinuousToken
continuous_token is used in case of paginated reads to get the next page of results.- Returns:
- continuousToken
-
setContinuousToken
-
equals
-
hashCode
-
toString
-
toUrlQueryString
Convert the instance into URL query string.- Returns:
- URL query string
-
toUrlQueryString
-