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