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