Uses of Class
com.vonage.client.users.User
Packages that use User
-
Uses of User in com.vonage.client.conversations
Methods in com.vonage.client.conversations that return UserModifier and TypeMethodDescriptionEvent.getFromUser()Details about the user that initiated the event. -
Uses of User in com.vonage.client.users
Methods in com.vonage.client.users that return UserModifier and TypeMethodDescriptionUser.Builder.build()Builds the Application object.UsersClient.createUser(User user) Create a new user.static UserConstructs a user from the JSON payload.Retrieve a user.UsersClient.getUserDetails(BaseUser minimalUser) Convenience method that uses the metadata from the base user object to obtain all known fields about the user.UsersClient.updateUser(String userId, User user) Update an existing user.Methods in com.vonage.client.users that return types with arguments of type UserModifier 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.Methods in com.vonage.client.users with parameters of type UserModifier and TypeMethodDescriptionUsersClient.createUser(User user) Create a new user.UsersClient.updateUser(String userId, User user) Update an existing user.