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