public class GetCollaborationsQueryParams extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
GetCollaborationsQueryParams.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.
|
EnumWrapper<GetCollaborationsQueryParamsStatusField> |
status
The status of the collaborations to retrieve.
|
| Modifier | Constructor and Description |
|---|---|
|
GetCollaborationsQueryParams(EnumWrapper<GetCollaborationsQueryParamsStatusField> status) |
protected |
GetCollaborationsQueryParams(GetCollaborationsQueryParams.Builder builder) |
|
GetCollaborationsQueryParams(GetCollaborationsQueryParamsStatusField status) |
| Modifier and Type | Method and Description |
|---|---|
List<String> |
getFields() |
Long |
getLimit() |
Long |
getOffset() |
EnumWrapper<GetCollaborationsQueryParamsStatusField> |
getStatus() |
public final EnumWrapper<GetCollaborationsQueryParamsStatusField> status
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 GetCollaborationsQueryParams(GetCollaborationsQueryParamsStatusField status)
public GetCollaborationsQueryParams(EnumWrapper<GetCollaborationsQueryParamsStatusField> status)
protected GetCollaborationsQueryParams(GetCollaborationsQueryParams.Builder builder)
public EnumWrapper<GetCollaborationsQueryParamsStatusField> getStatus()