public class Groups extends SerializableObject
| Modifier and Type | Class and Description |
|---|---|
static class |
Groups.Builder |
| Modifier and Type | Field and Description |
|---|---|
protected List<GroupFull> |
entries
A list of groups.
|
protected Long |
limit
The limit that was used for these entries.
|
protected Long |
offset
The 0-based offset of the first entry in this set.
|
protected List<GroupsOrderField> |
order
The order by which items are returned.
|
protected Long |
totalCount
One greater than the offset of the last entry in the entire collection.
|
explicitlySetNullableFields| Modifier | Constructor and Description |
|---|---|
|
Groups() |
protected |
Groups(Groups.Builder builder) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
List<GroupFull> |
getEntries() |
Long |
getLimit() |
Long |
getOffset() |
List<GroupsOrderField> |
getOrder() |
Long |
getTotalCount() |
int |
hashCode() |
String |
toString() |
getRawData, setRawDatagetExplicitlySetNullableFields, isFieldExplicitlySet, markNullableFieldAsSet, markNullableFieldsAsSetprotected Long totalCount
This field is only returned for calls that use offset-based pagination. For marker-based paginated APIs, this field will be omitted.
protected Long limit
protected Long offset
This field is only returned for calls that use offset-based pagination. For marker-based paginated APIs, this field will be omitted.
protected List<GroupsOrderField> order
This field is only returned for calls that use offset-based pagination. For marker-based paginated APIs, this field will be omitted.
public Groups()
protected Groups(Groups.Builder builder)
public Long getTotalCount()
public List<GroupsOrderField> getOrder()
public List<GroupFull> getEntries()