Uses of Class
com.mypurecloud.sdk.v2.model.FilterPreviewResponse
Packages that use FilterPreviewResponse
-
Uses of FilterPreviewResponse in com.mypurecloud.sdk.v2.api
Methods in com.mypurecloud.sdk.v2.api that return FilterPreviewResponseModifier and TypeMethodDescriptionOutboundApi.postOutboundContactlistfiltersPreview(PostOutboundContactlistfiltersPreviewRequest request) Get a preview of the output of a contact list filterOutboundApi.postOutboundContactlistfiltersPreview(ContactListFilter body) Get a preview of the output of a contact list filterMethods in com.mypurecloud.sdk.v2.api that return types with arguments of type FilterPreviewResponseModifier and TypeMethodDescriptionOutboundApi.postOutboundContactlistfiltersPreview(ApiRequest<ContactListFilter> request) Get a preview of the output of a contact list filterOutboundApiAsync.postOutboundContactlistfiltersPreviewAsync(PostOutboundContactlistfiltersPreviewRequest request, AsyncApiCallback<FilterPreviewResponse> callback) Get a preview of the output of a contact list filterOutboundApiAsync.postOutboundContactlistfiltersPreviewAsync(ApiRequest<ContactListFilter> request, AsyncApiCallback<ApiResponse<FilterPreviewResponse>> callback) Get a preview of the output of a contact list filterOutboundApi.postOutboundContactlistfiltersPreviewWithHttpInfo(ContactListFilter body) Get a preview of the output of a contact list filterMethod parameters in com.mypurecloud.sdk.v2.api with type arguments of type FilterPreviewResponseModifier and TypeMethodDescriptionOutboundApiAsync.postOutboundContactlistfiltersPreviewAsync(PostOutboundContactlistfiltersPreviewRequest request, AsyncApiCallback<FilterPreviewResponse> callback) Get a preview of the output of a contact list filterOutboundApiAsync.postOutboundContactlistfiltersPreviewAsync(ApiRequest<ContactListFilter> request, AsyncApiCallback<ApiResponse<FilterPreviewResponse>> callback) Get a preview of the output of a contact list filter -
Uses of FilterPreviewResponse in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return FilterPreviewResponseModifier and TypeMethodDescriptionFilterPreviewResponse.filteredContacts(Long filteredContacts) FilterPreviewResponse.preview(List<DialerContact> preview) FilterPreviewResponse.totalContacts(Long totalContacts)