Uses of Class
com.mypurecloud.sdk.v2.model.ContactsBulkOperationJob
Packages that use ContactsBulkOperationJob
-
Uses of ContactsBulkOperationJob in com.mypurecloud.sdk.v2.api
Methods in com.mypurecloud.sdk.v2.api that return ContactsBulkOperationJobModifier and TypeMethodDescriptionOutboundApi.getOutboundContactlistContactsBulkJob(GetOutboundContactlistContactsBulkJobRequest request) Get bulk operation job.OutboundApi.getOutboundContactlistContactsBulkJob(String contactListId, String jobId) Get bulk operation job.OutboundApi.postOutboundContactlistContactsBulkRemove(PostOutboundContactlistContactsBulkRemoveRequest request) Start an async job to delete contacts using a filter.OutboundApi.postOutboundContactlistContactsBulkRemove(String contactListId, ContactBulkSearchParameters body) Start an async job to delete contacts using a filter.OutboundApi.postOutboundContactlistContactsBulkUpdate(PostOutboundContactlistContactsBulkUpdateRequest request) Start an async job to bulk edit contacts.OutboundApi.postOutboundContactlistContactsBulkUpdate(String contactListId, ContactBulkEditRequest body) Start an async job to bulk edit contacts.Methods in com.mypurecloud.sdk.v2.api that return types with arguments of type ContactsBulkOperationJobModifier and TypeMethodDescriptionOutboundApi.getOutboundContactlistContactsBulkJob(ApiRequest<Void> request) Get bulk operation job.OutboundApiAsync.getOutboundContactlistContactsBulkJobAsync(GetOutboundContactlistContactsBulkJobRequest request, AsyncApiCallback<ContactsBulkOperationJob> callback) Get bulk operation job.OutboundApiAsync.getOutboundContactlistContactsBulkJobAsync(ApiRequest<Void> request, AsyncApiCallback<ApiResponse<ContactsBulkOperationJob>> callback) Get bulk operation job.OutboundApi.getOutboundContactlistContactsBulkJobWithHttpInfo(String contactListId, String jobId) Get bulk operation job.OutboundApi.postOutboundContactlistContactsBulkRemove(ApiRequest<ContactBulkSearchParameters> request) Start an async job to delete contacts using a filter.OutboundApiAsync.postOutboundContactlistContactsBulkRemoveAsync(PostOutboundContactlistContactsBulkRemoveRequest request, AsyncApiCallback<ContactsBulkOperationJob> callback) 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.OutboundApi.postOutboundContactlistContactsBulkRemoveWithHttpInfo(String contactListId, ContactBulkSearchParameters body) Start an async job to delete contacts using a filter.OutboundApi.postOutboundContactlistContactsBulkUpdate(ApiRequest<ContactBulkEditRequest> request) Start an async job to bulk edit contacts.OutboundApiAsync.postOutboundContactlistContactsBulkUpdateAsync(PostOutboundContactlistContactsBulkUpdateRequest request, AsyncApiCallback<ContactsBulkOperationJob> callback) Start an async job to bulk edit contacts.OutboundApiAsync.postOutboundContactlistContactsBulkUpdateAsync(ApiRequest<ContactBulkEditRequest> request, AsyncApiCallback<ApiResponse<ContactsBulkOperationJob>> callback) Start an async job to bulk edit contacts.OutboundApi.postOutboundContactlistContactsBulkUpdateWithHttpInfo(String contactListId, ContactBulkEditRequest body) Start an async job to bulk edit contacts.Method parameters in com.mypurecloud.sdk.v2.api with type arguments of type ContactsBulkOperationJobModifier and TypeMethodDescriptionOutboundApiAsync.getOutboundContactlistContactsBulkJobAsync(GetOutboundContactlistContactsBulkJobRequest request, AsyncApiCallback<ContactsBulkOperationJob> callback) Get bulk operation job.OutboundApiAsync.getOutboundContactlistContactsBulkJobAsync(ApiRequest<Void> request, AsyncApiCallback<ApiResponse<ContactsBulkOperationJob>> callback) Get bulk operation job.OutboundApiAsync.postOutboundContactlistContactsBulkRemoveAsync(PostOutboundContactlistContactsBulkRemoveRequest request, AsyncApiCallback<ContactsBulkOperationJob> callback) 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.OutboundApiAsync.postOutboundContactlistContactsBulkUpdateAsync(PostOutboundContactlistContactsBulkUpdateRequest request, AsyncApiCallback<ContactsBulkOperationJob> callback) Start an async job to bulk edit contacts.OutboundApiAsync.postOutboundContactlistContactsBulkUpdateAsync(ApiRequest<ContactBulkEditRequest> request, AsyncApiCallback<ApiResponse<ContactsBulkOperationJob>> callback) Start an async job to bulk edit contacts. -
Uses of ContactsBulkOperationJob in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return types with arguments of type ContactsBulkOperationJobMethod parameters in com.mypurecloud.sdk.v2.model with type arguments of type ContactsBulkOperationJobModifier and TypeMethodDescriptionContactsBulkOperationJobListing.entities(List<ContactsBulkOperationJob> entities) voidContactsBulkOperationJobListing.setEntities(List<ContactsBulkOperationJob> entities)