Uses of Class
com.mypurecloud.sdk.v2.model.BatchDownloadJobStatusResult
Packages that use BatchDownloadJobStatusResult
-
Uses of BatchDownloadJobStatusResult in com.mypurecloud.sdk.v2.api
Methods in com.mypurecloud.sdk.v2.api that return BatchDownloadJobStatusResultModifier and TypeMethodDescriptionRecordingApi.getRecordingBatchrequest(GetRecordingBatchrequestRequest request) Get the status and results for a batch request job, only the user that submitted the job may retrieve results.RecordingApi.getRecordingBatchrequest(String jobId) Get the status and results for a batch request job, only the user that submitted the job may retrieve results.Methods in com.mypurecloud.sdk.v2.api that return types with arguments of type BatchDownloadJobStatusResultModifier and TypeMethodDescriptionRecordingApi.getRecordingBatchrequest(ApiRequest<Void> request) Get the status and results for a batch request job, only the user that submitted the job may retrieve results.RecordingApiAsync.getRecordingBatchrequestAsync(GetRecordingBatchrequestRequest request, AsyncApiCallback<BatchDownloadJobStatusResult> callback) Get the status and results for a batch request job, only the user that submitted the job may retrieve results.RecordingApiAsync.getRecordingBatchrequestAsync(ApiRequest<Void> request, AsyncApiCallback<ApiResponse<BatchDownloadJobStatusResult>> callback) Get the status and results for a batch request job, only the user that submitted the job may retrieve results.RecordingApi.getRecordingBatchrequestWithHttpInfo(String jobId) Get the status and results for a batch request job, only the user that submitted the job may retrieve results.Method parameters in com.mypurecloud.sdk.v2.api with type arguments of type BatchDownloadJobStatusResultModifier and TypeMethodDescriptionRecordingApiAsync.getRecordingBatchrequestAsync(GetRecordingBatchrequestRequest request, AsyncApiCallback<BatchDownloadJobStatusResult> callback) Get the status and results for a batch request job, only the user that submitted the job may retrieve results.RecordingApiAsync.getRecordingBatchrequestAsync(ApiRequest<Void> request, AsyncApiCallback<ApiResponse<BatchDownloadJobStatusResult>> callback) Get the status and results for a batch request job, only the user that submitted the job may retrieve results. -
Uses of BatchDownloadJobStatusResult in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return BatchDownloadJobStatusResultModifier and TypeMethodDescriptionBatchDownloadJobStatusResult.errorCount(Integer errorCount) Current number of error results.BatchDownloadJobStatusResult.expectedResultCount(Integer expectedResultCount) Number of results expected when job is completed, this includes both success and error results.JobId returned when job was initially submitted.BatchDownloadJobStatusResult.resultCount(Integer resultCount) Current number of results available, this includes both success and error results.BatchDownloadJobStatusResult.results(List<BatchDownloadJobResult> results) Current set of results for the job.BatchDownloadJobStatusResult.status(BatchDownloadJobStatusResult.StatusEnum status) Current status of the job.