Uses of Class
com.mypurecloud.sdk.v2.model.ContactListingResponse
Packages that use ContactListingResponse
-
Uses of ContactListingResponse in com.mypurecloud.sdk.v2.api
Methods in com.mypurecloud.sdk.v2.api that return ContactListingResponseModifier and TypeMethodDescriptionOutboundApi.postOutboundContactlistContactsSearch(PostOutboundContactlistContactsSearchRequest request) Query contacts from a contact list.OutboundApi.postOutboundContactlistContactsSearch(String contactListId, ContactListingRequest body) Query contacts from a contact list.Methods in com.mypurecloud.sdk.v2.api that return types with arguments of type ContactListingResponseModifier and TypeMethodDescriptionOutboundApi.postOutboundContactlistContactsSearch(ApiRequest<ContactListingRequest> request) Query contacts from a contact list.OutboundApiAsync.postOutboundContactlistContactsSearchAsync(PostOutboundContactlistContactsSearchRequest request, AsyncApiCallback<ContactListingResponse> callback) Query contacts from a contact list.OutboundApiAsync.postOutboundContactlistContactsSearchAsync(ApiRequest<ContactListingRequest> request, AsyncApiCallback<ApiResponse<ContactListingResponse>> callback) Query contacts from a contact list.OutboundApi.postOutboundContactlistContactsSearchWithHttpInfo(String contactListId, ContactListingRequest body) Query contacts from a contact list.Method parameters in com.mypurecloud.sdk.v2.api with type arguments of type ContactListingResponseModifier and TypeMethodDescriptionOutboundApiAsync.postOutboundContactlistContactsSearchAsync(PostOutboundContactlistContactsSearchRequest request, AsyncApiCallback<ContactListingResponse> callback) Query contacts from a contact list.OutboundApiAsync.postOutboundContactlistContactsSearchAsync(ApiRequest<ContactListingRequest> request, AsyncApiCallback<ApiResponse<ContactListingResponse>> callback) Query contacts from a contact list. -
Uses of ContactListingResponse in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return ContactListingResponseModifier and TypeMethodDescriptionContactListingResponse.contactsCount(Long contactsCount) ContactListingResponse.entities(List<DialerContact> entities) ContactListingResponse.pageNumber(Integer pageNumber) ContactListingResponse.previousUri(String previousUri)