public static class GetCollaborationsQueryParams.Builder extends Object
| Modifier and Type | Field and Description |
|---|---|
protected List<String> |
fields |
protected Long |
limit |
protected Long |
offset |
protected EnumWrapper<GetCollaborationsQueryParamsStatusField> |
status |
| Constructor and Description |
|---|
Builder(EnumWrapper<GetCollaborationsQueryParamsStatusField> status) |
Builder(GetCollaborationsQueryParamsStatusField status) |
| Modifier and Type | Method and Description |
|---|---|
GetCollaborationsQueryParams |
build() |
GetCollaborationsQueryParams.Builder |
fields(List<String> fields) |
GetCollaborationsQueryParams.Builder |
limit(Long limit) |
GetCollaborationsQueryParams.Builder |
offset(Long offset) |
protected final EnumWrapper<GetCollaborationsQueryParamsStatusField> status
public Builder(GetCollaborationsQueryParamsStatusField status)
public Builder(EnumWrapper<GetCollaborationsQueryParamsStatusField> status)
public GetCollaborationsQueryParams.Builder fields(List<String> fields)
public GetCollaborationsQueryParams.Builder offset(Long offset)
public GetCollaborationsQueryParams.Builder limit(Long limit)
public GetCollaborationsQueryParams build()