Uses of Class
com.vonage.client.users.BaseUser
Packages that use BaseUser
-
Uses of BaseUser in com.vonage.client.conversations
Methods in com.vonage.client.conversations that return BaseUser -
Uses of BaseUser in com.vonage.client.users
Subclasses of BaseUser in com.vonage.client.usersModifier and TypeClassDescriptionclassRepresents a Vonage User (both request and response).Methods in com.vonage.client.users that return types with arguments of type BaseUserModifier and TypeMethodDescriptionListUsersResponse.getUsers()Retrieves the embedded resource contents.UsersClient.listUsers()Lists the first 100 users in the application, from newest to oldest.Methods in com.vonage.client.users with parameters of type BaseUserModifier and TypeMethodDescriptionUsersClient.getUserDetails(BaseUser minimalUser) Convenience method that uses the metadata from the base user object to obtain all known fields about the user.Method parameters in com.vonage.client.users with type arguments of type BaseUserModifier and TypeMethodDescriptionUsersClient.getUserDetails(List<BaseUser> minimalUsers) Convenience method that uses the metadata from the base users list to obtain all known fields about the users.