Package com.vonage.client.users
Class ListUsersResponse
java.lang.Object
com.vonage.client.JsonableBaseObject
com.vonage.client.common.HalPageResponse
com.vonage.client.users.ListUsersResponse
- All Implemented Interfaces:
Jsonable
Paginated HAL response for
UsersClient.listUsers(ListUsersRequest).-
Field Summary
Fields inherited from class com.vonage.client.common.HalPageResponse
page, pageSize, totalItems, totalPages -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.vonage.client.common.HalPageResponse
getLinks, getPage, getPageSize, getTotalItems, getTotalPagesMethods inherited from class com.vonage.client.JsonableBaseObject
createJsonObjectMapper, equals, hashCode, toStringMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface com.vonage.client.Jsonable
toJson, updateFromJson
-
Constructor Details
-
ListUsersResponse
public ListUsersResponse()
-
-
Method Details
-
getUsers
Retrieves the embedded resource contents.
NOTE: The users returned from this method will only contain the name and ID, not the full record.- Returns:
- The list of users, or
nullif absent.
-