public class GetCollectionsQueryParams extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
GetCollectionsQueryParams.Builder |
| Modifier and Type | Field and Description |
|---|---|
List<String> |
fields
A comma-separated list of attributes to include in the response.
|
Long |
limit
The maximum number of items to return per page.
|
Long |
offset
The offset of the item at which to begin the response.
|
| Modifier | Constructor and Description |
|---|---|
|
GetCollectionsQueryParams() |
protected |
GetCollectionsQueryParams(GetCollectionsQueryParams.Builder builder) |
public List<String> fields
Be aware that specifying this parameter will have the effect that none of the standard fields are returned in the response unless explicitly specified, instead only fields for the mini representation are returned, additional to the fields requested.
public Long offset
Queries with offset parameter value exceeding 10000 will be rejected with a 400 response.
public GetCollectionsQueryParams()
protected GetCollectionsQueryParams(GetCollectionsQueryParams.Builder builder)