Uses of Class
com.mypurecloud.sdk.v2.model.ContactListingRequest
Packages that use ContactListingRequest
Package
Description
-
Uses of ContactListingRequest in com.mypurecloud.sdk.v2.api
Methods in com.mypurecloud.sdk.v2.api with parameters of type ContactListingRequestModifier and TypeMethodDescriptionOutboundApi.postOutboundContactlistContactsSearch(String contactListId, ContactListingRequest body) 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 ContactListingRequestModifier and TypeMethodDescriptionOutboundApi.postOutboundContactlistContactsSearch(ApiRequest<ContactListingRequest> request) Query contacts from a contact list.OutboundApiAsync.postOutboundContactlistContactsSearchAsync(ApiRequest<ContactListingRequest> request, AsyncApiCallback<ApiResponse<ContactListingResponse>> callback) Query contacts from a contact list. -
Uses of ContactListingRequest in com.mypurecloud.sdk.v2.api.request
Methods in com.mypurecloud.sdk.v2.api.request that return ContactListingRequestMethods in com.mypurecloud.sdk.v2.api.request that return types with arguments of type ContactListingRequestMethods in com.mypurecloud.sdk.v2.api.request with parameters of type ContactListingRequestModifier and TypeMethodDescriptionPostOutboundContactlistContactsSearchRequest.builder(String contactListId, ContactListingRequest body) voidPostOutboundContactlistContactsSearchRequest.setBody(ContactListingRequest body) PostOutboundContactlistContactsSearchRequest.Builder.withBody(ContactListingRequest body) PostOutboundContactlistContactsSearchRequest.withBody(ContactListingRequest body) PostOutboundContactlistContactsSearchRequest.Builder.withRequiredParams(String contactListId, ContactListingRequest body) -
Uses of ContactListingRequest in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return ContactListingRequestModifier and TypeMethodDescriptionContactListingRequest.contactListFilterId(String contactListFilterId) Contact List Filter ID.ContactListingRequest.contactSorts(List<ContactSort> contactSorts) The order in which to sort contacts.ContactListingRequest.criteria(ContactBulkSearchCriteria criteria) Criteria to filter the contacts by.ContactListingRequest.pageNumber(Integer pageNumber) Page number.Page size.