Uses of Class
com.mypurecloud.sdk.v2.model.RecordingMetadata
Packages that use RecordingMetadata
-
Uses of RecordingMetadata in com.mypurecloud.sdk.v2.api
Methods in com.mypurecloud.sdk.v2.api that return RecordingMetadataModifier and TypeMethodDescriptionRecordingApi.getConversationRecordingmetadataRecordingId(GetConversationRecordingmetadataRecordingIdRequest request) Get metadata for a specific recording.RecordingApi.getConversationRecordingmetadataRecordingId(String conversationId, String recordingId) Get metadata for a specific recording.Methods in com.mypurecloud.sdk.v2.api that return types with arguments of type RecordingMetadataModifier and TypeMethodDescriptionRecordingApi.getConversationRecordingmetadata(GetConversationRecordingmetadataRequest request) Get recording metadata for a conversation.RecordingApi.getConversationRecordingmetadata(ApiRequest<Void> request) Get recording metadata for a conversation.RecordingApi.getConversationRecordingmetadata(String conversationId) Get recording metadata for a conversation.RecordingApiAsync.getConversationRecordingmetadataAsync(GetConversationRecordingmetadataRequest request, AsyncApiCallback<List<RecordingMetadata>> callback) Get recording metadata for a conversation.RecordingApiAsync.getConversationRecordingmetadataAsync(ApiRequest<Void> request, AsyncApiCallback<ApiResponse<List<RecordingMetadata>>> callback) Get recording metadata for a conversation.RecordingApi.getConversationRecordingmetadataRecordingId(ApiRequest<Void> request) Get metadata for a specific recording.RecordingApiAsync.getConversationRecordingmetadataRecordingIdAsync(GetConversationRecordingmetadataRecordingIdRequest request, AsyncApiCallback<RecordingMetadata> callback) Get metadata for a specific recording.RecordingApiAsync.getConversationRecordingmetadataRecordingIdAsync(ApiRequest<Void> request, AsyncApiCallback<ApiResponse<RecordingMetadata>> callback) Get metadata for a specific recording.RecordingApi.getConversationRecordingmetadataRecordingIdWithHttpInfo(String conversationId, String recordingId) Get metadata for a specific recording.RecordingApi.getConversationRecordingmetadataWithHttpInfo(String conversationId) Get recording metadata for a conversation.Method parameters in com.mypurecloud.sdk.v2.api with type arguments of type RecordingMetadataModifier and TypeMethodDescriptionRecordingApiAsync.getConversationRecordingmetadataAsync(GetConversationRecordingmetadataRequest request, AsyncApiCallback<List<RecordingMetadata>> callback) Get recording metadata for a conversation.RecordingApiAsync.getConversationRecordingmetadataAsync(ApiRequest<Void> request, AsyncApiCallback<ApiResponse<List<RecordingMetadata>>> callback) Get recording metadata for a conversation.RecordingApiAsync.getConversationRecordingmetadataRecordingIdAsync(GetConversationRecordingmetadataRecordingIdRequest request, AsyncApiCallback<RecordingMetadata> callback) Get metadata for a specific recording.RecordingApiAsync.getConversationRecordingmetadataRecordingIdAsync(ApiRequest<Void> request, AsyncApiCallback<ApiResponse<RecordingMetadata>> callback) Get metadata for a specific recording. -
Uses of RecordingMetadata in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return RecordingMetadataModifier and TypeMethodDescriptionRecordingMetadata.annotations(List<Annotation> annotations) Annotations that belong to the recording.RecordingMetadata.archiveDate(Date archiveDate) The date the recording will be archived.RecordingMetadata.archiveMedium(RecordingMetadata.ArchiveMediumEnum archiveMedium) The type of archive medium used.RecordingMetadata.conversationId(String conversationId) RecordingMetadata.deleteDate(Date deleteDate) The date the recording will be deleted.RecordingMetadata.exportDate(Date exportDate) The date the recording will be exported.RecordingMetadata.exportedDate(Date exportedDate) The date the recording was exported.RecordingMetadata.fileState(RecordingMetadata.FileStateEnum fileState) Represents the current file state for a recording.RecordingMetadata.maxAllowedRestorationsForOrg(Integer maxAllowedRestorationsForOrg) How many archive restorations the organization is allowed to have.The type of media that the recording is.RecordingMetadata.mediaSubject(String mediaSubject) The recording media subject.RecordingMetadata.mediaSubtype(RecordingMetadata.MediaSubtypeEnum mediaSubtype) The recording media subtype.RecordingMetadata.region(RecordingMetadata.RegionEnum region) The region the source recording is stored inRecordingMetadata.remainingRestorationsAllowedForOrg(Integer remainingRestorationsAllowedForOrg) The remaining archive restorations the organization has.RecordingMetadata.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 for screen recordings.