Uses of Class
com.mypurecloud.sdk.v2.api.request.GetOrphanrecordingMediaRequest
Packages that use GetOrphanrecordingMediaRequest
-
Uses of GetOrphanrecordingMediaRequest in com.mypurecloud.sdk.v2.api
Methods in com.mypurecloud.sdk.v2.api with parameters of type GetOrphanrecordingMediaRequestModifier and TypeMethodDescriptionRecordingApi.getOrphanrecordingMedia(GetOrphanrecordingMediaRequest request) Gets the media of a single orphan recording A 202 response means the orphaned media is currently transcoding and will be available shortly.A 200 response denotes the transcoded orphan media is available now and is contained in the response body.RecordingApiAsync.getOrphanrecordingMediaAsync(GetOrphanrecordingMediaRequest request, AsyncApiCallback<Recording> callback) Gets the media of a single orphan recording A 202 response means the orphaned media is currently transcoding and will be available shortly.A 200 response denotes the transcoded orphan media is available now and is contained in the response body. -
Uses of GetOrphanrecordingMediaRequest in com.mypurecloud.sdk.v2.api.request
Methods in com.mypurecloud.sdk.v2.api.request that return GetOrphanrecordingMediaRequestModifier and TypeMethodDescriptionGetOrphanrecordingMediaRequest.Builder.build()GetOrphanrecordingMediaRequest.withChatFormatId(String chatFormatId) GetOrphanrecordingMediaRequest.withCustomHeader(String name, String value) GetOrphanrecordingMediaRequest.withDownload(Boolean download) GetOrphanrecordingMediaRequest.withEmailFormatId(String emailFormatId) GetOrphanrecordingMediaRequest.withFileName(String fileName) GetOrphanrecordingMediaRequest.withFormatId(String formatId) GetOrphanrecordingMediaRequest.withLocale(String locale) GetOrphanrecordingMediaRequest.withMediaFormats(List<String> mediaFormats) GetOrphanrecordingMediaRequest.withMessageFormatId(String messageFormatId) GetOrphanrecordingMediaRequest.withOrphanId(String orphanId)