Uses of Class
com.mypurecloud.sdk.v2.api.request.GetOutboundContactlistfiltersRequest
Packages that use GetOutboundContactlistfiltersRequest
-
Uses of GetOutboundContactlistfiltersRequest in com.mypurecloud.sdk.v2.api
Methods in com.mypurecloud.sdk.v2.api with parameters of type GetOutboundContactlistfiltersRequestModifier and TypeMethodDescriptionOutboundApi.getOutboundContactlistfilters(GetOutboundContactlistfiltersRequest request) Query Contact list filtersOutboundApiAsync.getOutboundContactlistfiltersAsync(GetOutboundContactlistfiltersRequest request, AsyncApiCallback<ContactListFilterEntityListing> callback) Query Contact list filters -
Uses of GetOutboundContactlistfiltersRequest in com.mypurecloud.sdk.v2.api.request
Methods in com.mypurecloud.sdk.v2.api.request that return GetOutboundContactlistfiltersRequestModifier and TypeMethodDescriptionGetOutboundContactlistfiltersRequest.Builder.build()GetOutboundContactlistfiltersRequest.withAllowEmptyResult(Boolean allowEmptyResult) GetOutboundContactlistfiltersRequest.withContactListId(String contactListId) GetOutboundContactlistfiltersRequest.withCustomHeader(String name, String value) GetOutboundContactlistfiltersRequest.withFilterType(String filterType) GetOutboundContactlistfiltersRequest.withPageNumber(Integer pageNumber) GetOutboundContactlistfiltersRequest.withPageSize(Integer pageSize) GetOutboundContactlistfiltersRequest.withSortBy(String sortBy) GetOutboundContactlistfiltersRequest.withSortOrder(String sortOrder)