public static class Collections.Builder extends NullableFieldTracker
| Modifier and Type | Field and Description |
|---|---|
protected List<Collection> |
entries |
protected Long |
limit |
protected Long |
offset |
protected List<CollectionsOrderField> |
order |
protected Long |
totalCount |
explicitlySetNullableFields| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
Collections |
build() |
Collections.Builder |
entries(List<Collection> entries) |
Collections.Builder |
limit(Long limit) |
Collections.Builder |
offset(Long offset) |
Collections.Builder |
order(List<CollectionsOrderField> order) |
Collections.Builder |
totalCount(Long totalCount) |
getExplicitlySetNullableFields, isFieldExplicitlySet, markNullableFieldAsSet, markNullableFieldsAsSetprotected Long totalCount
protected List<CollectionsOrderField> order
protected List<Collection> entries
public Builder()
public Collections.Builder totalCount(Long totalCount)
public Collections.Builder limit(Long limit)
public Collections.Builder offset(Long offset)
public Collections.Builder order(List<CollectionsOrderField> order)
public Collections.Builder entries(List<Collection> entries)
public Collections build()