Uses of Class
com.mypurecloud.sdk.v2.model.ContactBulkSearchParameters
Packages that use ContactBulkSearchParameters
Package
Description
-
Uses of ContactBulkSearchParameters in com.mypurecloud.sdk.v2.api
Methods in com.mypurecloud.sdk.v2.api with parameters of type ContactBulkSearchParametersModifier and TypeMethodDescriptionOutboundApi.postOutboundContactlistContactsBulkRemove(String contactListId, ContactBulkSearchParameters body) Start an async job to delete contacts using a filter.OutboundApi.postOutboundContactlistContactsBulkRemoveWithHttpInfo(String contactListId, ContactBulkSearchParameters body) Start an async job to delete contacts using a filter.Method parameters in com.mypurecloud.sdk.v2.api with type arguments of type ContactBulkSearchParametersModifier and TypeMethodDescriptionOutboundApi.postOutboundContactlistContactsBulkRemove(ApiRequest<ContactBulkSearchParameters> request) Start an async job to delete contacts using a filter.OutboundApiAsync.postOutboundContactlistContactsBulkRemoveAsync(ApiRequest<ContactBulkSearchParameters> request, AsyncApiCallback<ApiResponse<ContactsBulkOperationJob>> callback) Start an async job to delete contacts using a filter. -
Uses of ContactBulkSearchParameters in com.mypurecloud.sdk.v2.api.request
Methods in com.mypurecloud.sdk.v2.api.request that return ContactBulkSearchParametersMethods in com.mypurecloud.sdk.v2.api.request that return types with arguments of type ContactBulkSearchParametersModifier and TypeMethodDescriptionPostOutboundContactlistContactsBulkRemoveRequest.withHttpInfo()Methods in com.mypurecloud.sdk.v2.api.request with parameters of type ContactBulkSearchParametersModifier and TypeMethodDescriptionPostOutboundContactlistContactsBulkRemoveRequest.builder(String contactListId, ContactBulkSearchParameters body) voidPostOutboundContactlistContactsBulkRemoveRequest.setBody(ContactBulkSearchParameters body) PostOutboundContactlistContactsBulkRemoveRequest.Builder.withBody(ContactBulkSearchParameters body) PostOutboundContactlistContactsBulkRemoveRequest.withBody(ContactBulkSearchParameters body) PostOutboundContactlistContactsBulkRemoveRequest.Builder.withRequiredParams(String contactListId, ContactBulkSearchParameters body) -
Uses of ContactBulkSearchParameters in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return ContactBulkSearchParametersModifier and TypeMethodDescriptionContactBulkSearchParameters.contactListFilterId(String contactListFilterId) Contact List Filter ID.ContactBulkSearchParameters.criteria(ContactBulkSearchCriteria criteria) Criteria to filter the contacts by.ContactBulkSearchParameters.generateDownloadURI(Boolean generateDownloadURI) Whether to do backup export as part of Bulk Operation or not.