Uses of Class
com.mypurecloud.sdk.v2.model.Recording
Packages that use Recording
Package
Description
-
Uses of Recording in com.mypurecloud.sdk.v2.api
Methods in com.mypurecloud.sdk.v2.api that return RecordingModifier and TypeMethodDescriptionRecordingApi.getConversationRecording(GetConversationRecordingRequest request) Gets a specific recording.RecordingApi.getConversationRecording(String conversationId, String recordingId, String formatId, String emailFormatId, String chatFormatId, String messageFormatId, Boolean download, String fileName, String locale, List<String> mediaFormats) Gets a specific recording.RecordingApi.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.RecordingApi.getOrphanrecordingMedia(String orphanId, String formatId, String emailFormatId, String chatFormatId, String messageFormatId, Boolean download, String fileName, String locale, List<String> mediaFormats) 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.RecordingApi.putConversationRecording(PutConversationRecordingRequest request) Updates the retention records on a recording.RecordingApi.putConversationRecording(String conversationId, String recordingId, Recording body, Boolean clearExport) Updates the retention records on a recording.RecordingApi.putOrphanrecording(PutOrphanrecordingRequest request) Updates an orphan recording to a regular recording with retention values If this operation is successful the orphan will no longer exist.RecordingApi.putOrphanrecording(String orphanId, OrphanUpdateRequest body) Updates an orphan recording to a regular recording with retention values If this operation is successful the orphan will no longer exist.Methods in com.mypurecloud.sdk.v2.api that return types with arguments of type RecordingModifier and TypeMethodDescriptionRecordingApi.getConversationRecording(ApiRequest<Void> request) Gets a specific recording.RecordingApiAsync.getConversationRecordingAsync(GetConversationRecordingRequest request, AsyncApiCallback<Recording> callback) Gets a specific recording.RecordingApiAsync.getConversationRecordingAsync(ApiRequest<Void> request, AsyncApiCallback<ApiResponse<Recording>> callback) Gets a specific recording.RecordingApi.getConversationRecordings(GetConversationRecordingsRequest request) Get all of a Conversation's Recordings.RecordingApi.getConversationRecordings(ApiRequest<Void> request) Get all of a Conversation's Recordings.RecordingApi.getConversationRecordings(String conversationId, Integer maxWaitMs, String formatId, List<String> mediaFormats, String locale, Boolean includePauseAnnotationsForScreenRecordings) Get all of a Conversation's Recordings.RecordingApiAsync.getConversationRecordingsAsync(GetConversationRecordingsRequest request, AsyncApiCallback<List<Recording>> callback) Get all of a Conversation's Recordings.RecordingApiAsync.getConversationRecordingsAsync(ApiRequest<Void> request, AsyncApiCallback<ApiResponse<List<Recording>>> callback) Get all of a Conversation's Recordings.RecordingApi.getConversationRecordingsWithHttpInfo(String conversationId, Integer maxWaitMs, String formatId, List<String> mediaFormats, String locale, Boolean includePauseAnnotationsForScreenRecordings) Get all of a Conversation's Recordings.RecordingApi.getConversationRecordingWithHttpInfo(String conversationId, String recordingId, String formatId, String emailFormatId, String chatFormatId, String messageFormatId, Boolean download, String fileName, String locale, List<String> mediaFormats) Gets a specific recording.RecordingApi.getOrphanrecordingMedia(ApiRequest<Void> 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.RecordingApiAsync.getOrphanrecordingMediaAsync(ApiRequest<Void> request, AsyncApiCallback<ApiResponse<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.RecordingApi.getOrphanrecordingMediaWithHttpInfo(String orphanId, String formatId, String emailFormatId, String chatFormatId, String messageFormatId, Boolean download, String fileName, String locale, List<String> mediaFormats) 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.RecordingApi.putConversationRecording(ApiRequest<Recording> request) Updates the retention records on a recording.RecordingApiAsync.putConversationRecordingAsync(PutConversationRecordingRequest request, AsyncApiCallback<Recording> callback) Updates the retention records on a recording.RecordingApiAsync.putConversationRecordingAsync(ApiRequest<Recording> request, AsyncApiCallback<ApiResponse<Recording>> callback) Updates the retention records on a recording.RecordingApi.putConversationRecordingWithHttpInfo(String conversationId, String recordingId, Recording body, Boolean clearExport) Updates the retention records on a recording.RecordingApi.putOrphanrecording(ApiRequest<OrphanUpdateRequest> request) Updates an orphan recording to a regular recording with retention values If this operation is successful the orphan will no longer exist.RecordingApiAsync.putOrphanrecordingAsync(PutOrphanrecordingRequest request, AsyncApiCallback<Recording> callback) Updates an orphan recording to a regular recording with retention values If this operation is successful the orphan will no longer exist.RecordingApiAsync.putOrphanrecordingAsync(ApiRequest<OrphanUpdateRequest> request, AsyncApiCallback<ApiResponse<Recording>> callback) Updates an orphan recording to a regular recording with retention values If this operation is successful the orphan will no longer exist.RecordingApi.putOrphanrecordingWithHttpInfo(String orphanId, OrphanUpdateRequest body) Updates an orphan recording to a regular recording with retention values If this operation is successful the orphan will no longer exist.Methods in com.mypurecloud.sdk.v2.api with parameters of type RecordingModifier and TypeMethodDescriptionRecordingApi.putConversationRecording(String conversationId, String recordingId, Recording body, Boolean clearExport) Updates the retention records on a recording.RecordingApi.putConversationRecordingWithHttpInfo(String conversationId, String recordingId, Recording body, Boolean clearExport) Updates the retention records on a recording.Method parameters in com.mypurecloud.sdk.v2.api with type arguments of type RecordingModifier and TypeMethodDescriptionRecordingApiAsync.getConversationRecordingAsync(GetConversationRecordingRequest request, AsyncApiCallback<Recording> callback) Gets a specific recording.RecordingApiAsync.getConversationRecordingAsync(ApiRequest<Void> request, AsyncApiCallback<ApiResponse<Recording>> callback) Gets a specific recording.RecordingApiAsync.getConversationRecordingsAsync(GetConversationRecordingsRequest request, AsyncApiCallback<List<Recording>> callback) Get all of a Conversation's Recordings.RecordingApiAsync.getConversationRecordingsAsync(ApiRequest<Void> request, AsyncApiCallback<ApiResponse<List<Recording>>> callback) Get all of a Conversation's Recordings.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.RecordingApiAsync.getOrphanrecordingMediaAsync(ApiRequest<Void> request, AsyncApiCallback<ApiResponse<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.RecordingApi.putConversationRecording(ApiRequest<Recording> request) Updates the retention records on a recording.RecordingApiAsync.putConversationRecordingAsync(PutConversationRecordingRequest request, AsyncApiCallback<Recording> callback) Updates the retention records on a recording.RecordingApiAsync.putConversationRecordingAsync(ApiRequest<Recording> request, AsyncApiCallback<ApiResponse<Recording>> callback) Updates the retention records on a recording.RecordingApiAsync.putConversationRecordingAsync(ApiRequest<Recording> request, AsyncApiCallback<ApiResponse<Recording>> callback) Updates the retention records on a recording.RecordingApiAsync.putOrphanrecordingAsync(PutOrphanrecordingRequest request, AsyncApiCallback<Recording> callback) Updates an orphan recording to a regular recording with retention values If this operation is successful the orphan will no longer exist.RecordingApiAsync.putOrphanrecordingAsync(ApiRequest<OrphanUpdateRequest> request, AsyncApiCallback<ApiResponse<Recording>> callback) Updates an orphan recording to a regular recording with retention values If this operation is successful the orphan will no longer exist. -
Uses of Recording in com.mypurecloud.sdk.v2.api.request
Methods in com.mypurecloud.sdk.v2.api.request that return RecordingMethods in com.mypurecloud.sdk.v2.api.request that return types with arguments of type RecordingMethods in com.mypurecloud.sdk.v2.api.request with parameters of type RecordingModifier and TypeMethodDescriptionvoidPutConversationRecordingRequest.Builder.withRequiredParams(String conversationId, String recordingId, Recording body) -
Uses of Recording in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return RecordingModifier and TypeMethodDescriptionRecording.actualTranscodeTimeMs(Long actualTranscodeTimeMs) Recording.annotations(List<Annotation> annotations) Annotations that belong to the recording.Recording.archiveDate(Date archiveDate) The date the recording will be archived.Recording.archiveMedium(Recording.ArchiveMediumEnum archiveMedium) The type of archive medium used.Recording.associatedConversationIds(List<String> associatedConversationIds) List of associated conversation IDsRecording.conversationId(String conversationId) Recording.creationTime(Date creationTime) The creation time of the recording.Recording.deleteDate(Date deleteDate) The date the recording will be deleted.Recording.emailTranscript(List<RecordingEmailMessage> emailTranscript) Represents an email transcriptThe end time of the recording.Recording.estimatedTranscodeTimeMs(Long estimatedTranscodeTimeMs) Recording.exportDate(Date exportDate) The date the recording will be exported.Recording.exportedDate(Date exportedDate) The date the recording was exported.Recording.fileState(Recording.FileStateEnum fileState) Represents the current file state for a recording.OrphanRecording.getRecording()Recording.maxAllowedRestorationsForOrg(Integer maxAllowedRestorationsForOrg) How many archive restorations the organization is allowed to have.The media type of the recording.Recording.mediaSubject(String mediaSubject) The media subject of the recording.Recording.mediaSubtype(Recording.MediaSubtypeEnum mediaSubtype) The media subtype of the recording.Recording.mediaUris(Map<String, MediaResult> mediaUris) The different mediaUris for the recording.Recording.messagingTranscript(List<RecordingMessagingMessage> messagingTranscript) Represents a messaging transcriptRecording.originalRecordingStartTime(Date originalRecordingStartTime) The start time of the full recording, before any segment access restrictions are applied.Recording.outputDurationMs(Integer outputDurationMs) Duration of transcoded media in millisecondsRecording.outputSizeInBytes(Integer outputSizeInBytes) Size of transcoded media in bytes. 0 if there is no transcoded media.Recording.recordingErrorStatus(Recording.RecordingErrorStatusEnum recordingErrorStatus) Status of a recording that cannot be returned because of an errorRecording.recordingFileRole(Recording.RecordingFileRoleEnum recordingFileRole) Role of the file recording.Recording.remainingRestorationsAllowedForOrg(Integer remainingRestorationsAllowedForOrg) The remaining archive restorations the organization has.Recording.restoreExpirationTime(Date restoreExpirationTime) The amount of time a restored recording will remain restored before being archived again.The session id represents an external resource id, such as email, call, chat, etcThe start time of the recording.Recording.transcript(List<ChatMessage> transcript) Represents a chat transcriptThe users participating in the conversationMethods in com.mypurecloud.sdk.v2.model with parameters of type Recording