Uses of Class
com.mypurecloud.sdk.v2.model.FailedRecordingEntityListing
Packages that use FailedRecordingEntityListing
-
Uses of FailedRecordingEntityListing in com.mypurecloud.sdk.v2.api
Methods in com.mypurecloud.sdk.v2.api that return FailedRecordingEntityListingModifier and TypeMethodDescriptionRecordingApi.getRecordingJobFailedrecordings(GetRecordingJobFailedrecordingsRequest request) Get IDs of recordings that the bulk job failed forRecordingApi.getRecordingJobFailedrecordings(String jobId, Integer pageSize, Integer pageNumber, Boolean includeTotal, String cursor) Get IDs of recordings that the bulk job failed forMethods in com.mypurecloud.sdk.v2.api that return types with arguments of type FailedRecordingEntityListingModifier and TypeMethodDescriptionRecordingApi.getRecordingJobFailedrecordings(ApiRequest<Void> request) Get IDs of recordings that the bulk job failed forRecordingApiAsync.getRecordingJobFailedrecordingsAsync(GetRecordingJobFailedrecordingsRequest request, AsyncApiCallback<FailedRecordingEntityListing> callback) Get IDs of recordings that the bulk job failed forRecordingApiAsync.getRecordingJobFailedrecordingsAsync(ApiRequest<Void> request, AsyncApiCallback<ApiResponse<FailedRecordingEntityListing>> callback) Get IDs of recordings that the bulk job failed forRecordingApi.getRecordingJobFailedrecordingsWithHttpInfo(String jobId, Integer pageSize, Integer pageNumber, Boolean includeTotal, String cursor) Get IDs of recordings that the bulk job failed forMethod parameters in com.mypurecloud.sdk.v2.api with type arguments of type FailedRecordingEntityListingModifier and TypeMethodDescriptionRecordingApiAsync.getRecordingJobFailedrecordingsAsync(GetRecordingJobFailedrecordingsRequest request, AsyncApiCallback<FailedRecordingEntityListing> callback) Get IDs of recordings that the bulk job failed forRecordingApiAsync.getRecordingJobFailedrecordingsAsync(ApiRequest<Void> request, AsyncApiCallback<ApiResponse<FailedRecordingEntityListing>> callback) Get IDs of recordings that the bulk job failed for -
Uses of FailedRecordingEntityListing in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return FailedRecordingEntityListingModifier and TypeMethodDescriptionFailedRecordingEntityListing.entities(List<RecordingJobFailedRecording> entities) FailedRecordingEntityListing.pageNumber(Integer pageNumber) FailedRecordingEntityListing.previousUri(String previousUri)