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