public static class GetFolderByIdQueryParams.Builder extends Object
| Modifier and Type | Field and Description |
|---|---|
protected EnumWrapper<GetFolderByIdQueryParamsDirectionField> |
direction |
protected List<String> |
fields |
protected Long |
limit |
protected Long |
offset |
protected EnumWrapper<GetFolderByIdQueryParamsSortField> |
sort |
| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
GetFolderByIdQueryParams |
build() |
GetFolderByIdQueryParams.Builder |
direction(EnumWrapper<GetFolderByIdQueryParamsDirectionField> direction) |
GetFolderByIdQueryParams.Builder |
direction(GetFolderByIdQueryParamsDirectionField direction) |
GetFolderByIdQueryParams.Builder |
fields(List<String> fields) |
GetFolderByIdQueryParams.Builder |
limit(Long limit) |
GetFolderByIdQueryParams.Builder |
offset(Long offset) |
GetFolderByIdQueryParams.Builder |
sort(EnumWrapper<GetFolderByIdQueryParamsSortField> sort) |
GetFolderByIdQueryParams.Builder |
sort(GetFolderByIdQueryParamsSortField sort) |
protected EnumWrapper<GetFolderByIdQueryParamsSortField> sort
protected EnumWrapper<GetFolderByIdQueryParamsDirectionField> direction
public Builder()
public GetFolderByIdQueryParams.Builder fields(List<String> fields)
public GetFolderByIdQueryParams.Builder sort(GetFolderByIdQueryParamsSortField sort)
public GetFolderByIdQueryParams.Builder sort(EnumWrapper<GetFolderByIdQueryParamsSortField> sort)
public GetFolderByIdQueryParams.Builder direction(GetFolderByIdQueryParamsDirectionField direction)
public GetFolderByIdQueryParams.Builder direction(EnumWrapper<GetFolderByIdQueryParamsDirectionField> direction)
public GetFolderByIdQueryParams.Builder offset(Long offset)
public GetFolderByIdQueryParams.Builder limit(Long limit)
public GetFolderByIdQueryParams build()