Uses of Class
com.vonage.client.proactiveconnect.ContactsList
Packages that use ContactsList
Package
Description
This package contains classes and sub-packages to support usage of the
Vonage Proactive Connect API.
-
Uses of ContactsList in com.vonage.client.proactiveconnect
Methods in com.vonage.client.proactiveconnect that return ContactsListModifier and TypeMethodDescriptionContactsList.Builder.build()Builds the ContactsList.ProactiveConnectClient.createList(ContactsList list) Deprecated.Create a new list.static ContactsListCreates an instance of this class from a JSON payload.Deprecated.Retrieve a list.ProactiveConnectClient.updateList(UUID listId, ContactsList updatedList) Deprecated.Update an existing list.Methods in com.vonage.client.proactiveconnect that return types with arguments of type ContactsListModifier and TypeMethodDescriptionListListsResponse.getLists()Gets the lists contained in the_embeddedresponse.ProactiveConnectClient.listLists()Deprecated.Gets the first 1000 lists in the application.Methods in com.vonage.client.proactiveconnect with parameters of type ContactsListModifier and TypeMethodDescriptionProactiveConnectClient.createList(ContactsList list) Deprecated.Create a new list.ProactiveConnectClient.updateList(UUID listId, ContactsList updatedList) Deprecated.Update an existing list.