Uses of Class
com.mypurecloud.sdk.v2.model.OrphanRecording
Packages that use OrphanRecording
-
Uses of OrphanRecording in com.mypurecloud.sdk.v2.api
Methods in com.mypurecloud.sdk.v2.api that return OrphanRecordingModifier and TypeMethodDescriptionRecordingApi.deleteOrphanrecording(DeleteOrphanrecordingRequest request) Deletes a single orphan recordingRecordingApi.deleteOrphanrecording(String orphanId) Deletes a single orphan recordingRecordingApi.getOrphanrecording(GetOrphanrecordingRequest request) Gets a single orphan recordingRecordingApi.getOrphanrecording(String orphanId) Gets a single orphan recordingMethods in com.mypurecloud.sdk.v2.api that return types with arguments of type OrphanRecordingModifier and TypeMethodDescriptionRecordingApi.deleteOrphanrecording(ApiRequest<Void> request) Deletes a single orphan recordingRecordingApiAsync.deleteOrphanrecordingAsync(DeleteOrphanrecordingRequest request, AsyncApiCallback<OrphanRecording> callback) Deletes a single orphan recordingRecordingApiAsync.deleteOrphanrecordingAsync(ApiRequest<Void> request, AsyncApiCallback<ApiResponse<OrphanRecording>> callback) Deletes a single orphan recordingRecordingApi.deleteOrphanrecordingWithHttpInfo(String orphanId) Deletes a single orphan recordingRecordingApi.getOrphanrecording(ApiRequest<Void> request) Gets a single orphan recordingRecordingApiAsync.getOrphanrecordingAsync(GetOrphanrecordingRequest request, AsyncApiCallback<OrphanRecording> callback) Gets a single orphan recordingRecordingApiAsync.getOrphanrecordingAsync(ApiRequest<Void> request, AsyncApiCallback<ApiResponse<OrphanRecording>> callback) Gets a single orphan recordingRecordingApi.getOrphanrecordingWithHttpInfo(String orphanId) Gets a single orphan recordingMethod parameters in com.mypurecloud.sdk.v2.api with type arguments of type OrphanRecordingModifier and TypeMethodDescriptionRecordingApiAsync.deleteOrphanrecordingAsync(DeleteOrphanrecordingRequest request, AsyncApiCallback<OrphanRecording> callback) Deletes a single orphan recordingRecordingApiAsync.deleteOrphanrecordingAsync(ApiRequest<Void> request, AsyncApiCallback<ApiResponse<OrphanRecording>> callback) Deletes a single orphan recordingRecordingApiAsync.getOrphanrecordingAsync(GetOrphanrecordingRequest request, AsyncApiCallback<OrphanRecording> callback) Gets a single orphan recordingRecordingApiAsync.getOrphanrecordingAsync(ApiRequest<Void> request, AsyncApiCallback<ApiResponse<OrphanRecording>> callback) Gets a single orphan recording -
Uses of OrphanRecording in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return OrphanRecordingModifier and TypeMethodDescriptionOrphanRecording.createdTime(Date createdTime) Date time is represented as an ISO-8601 string.OrphanRecording.fileState(OrphanRecording.FileStateEnum fileState) OrphanRecording.mediaSizeBytes(Long mediaSizeBytes) OrphanRecording.mediaSubject(String mediaSubject) OrphanRecording.mediaSubtype(OrphanRecording.MediaSubtypeEnum mediaSubtype) OrphanRecording.mediaType(OrphanRecording.MediaTypeEnum mediaType) OrphanRecording.orphanStatus(OrphanRecording.OrphanStatusEnum orphanStatus) The status of the orphaned recording's conversation.OrphanRecording.providerEndpoint(Endpoint providerEndpoint) OrphanRecording.providerType(OrphanRecording.ProviderTypeEnum providerType) OrphanRecording.recoveredTime(Date recoveredTime) Date time is represented as an ISO-8601 string.OrphanRecording.region(OrphanRecording.RegionEnum region) OrphanRecording.sourceOrphaningId(String sourceOrphaningId) An identifier used during recovery operations by the supplying hybrid platform to track back and determine which interaction this recording is associated withMethods in com.mypurecloud.sdk.v2.model that return types with arguments of type OrphanRecordingMethod parameters in com.mypurecloud.sdk.v2.model with type arguments of type OrphanRecordingModifier and TypeMethodDescriptionOrphanRecordingListing.entities(List<OrphanRecording> entities) voidOrphanRecordingListing.setEntities(List<OrphanRecording> entities)