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