Uses of Class
com.vonage.client.users.UsersResponseException
Packages that use UsersResponseException
Package
Description
-
Uses of UsersResponseException in com.vonage.client.users
Methods in com.vonage.client.users that return UsersResponseExceptionModifier and TypeMethodDescriptionstatic UsersResponseExceptionCreates an instance of this class from a JSON payload.Methods in com.vonage.client.users that throw UsersResponseExceptionModifier and TypeMethodDescriptionUsersClient.createUser(User user) Create a new user.voidUsersClient.deleteUser(String userId) Delete a user.Retrieve a user.UsersClient.listUsers()Lists the first 100 users in the application, from newest to oldest.UsersClient.listUsers(ListUsersRequest request) Lists users in the application based on the filter criteria.UsersClient.updateUser(String userId, User user) Update an existing user.