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