Uses of Class
com.bandwidth.sdk.model.CallRecordingMetadata
Packages that use CallRecordingMetadata
-
Uses of CallRecordingMetadata in com.bandwidth.sdk.api
Methods in com.bandwidth.sdk.api that return CallRecordingMetadataModifier and TypeMethodDescriptionRecordingsApi.getCallRecording
(String accountId, String callId, String recordingId) Get Call Recording Returns metadata for the specified recording.Methods in com.bandwidth.sdk.api that return types with arguments of type CallRecordingMetadataModifier and TypeMethodDescriptionRecordingsApi.getCallRecordingWithHttpInfo
(String accountId, String callId, String recordingId) Get Call Recording Returns metadata for the specified recording.RecordingsApi.listAccountCallRecordings
(String accountId, String to, String from, String minStartTime, String maxStartTime) Get Call Recordings Returns a list of metadata for the recordings associated with the specified account.RecordingsApi.listAccountCallRecordingsWithHttpInfo
(String accountId, String to, String from, String minStartTime, String maxStartTime) Get Call Recordings Returns a list of metadata for the recordings associated with the specified account.RecordingsApi.listCallRecordings
(String accountId, String callId) List Call Recordings Returns a (potentially empty) list of metadata for the recordings that took place during the specified call.RecordingsApi.listCallRecordingsWithHttpInfo
(String accountId, String callId) List Call Recordings Returns a (potentially empty) list of metadata for the recordings that took place during the specified call.Method parameters in com.bandwidth.sdk.api with type arguments of type CallRecordingMetadataModifier and TypeMethodDescriptionokhttp3.Call
RecordingsApi.getCallRecordingAsync
(String accountId, String callId, String recordingId, ApiCallback<CallRecordingMetadata> _callback) Get Call Recording (asynchronously) Returns metadata for the specified recording.okhttp3.Call
RecordingsApi.listAccountCallRecordingsAsync
(String accountId, String to, String from, String minStartTime, String maxStartTime, ApiCallback<List<CallRecordingMetadata>> _callback) Get Call Recordings (asynchronously) Returns a list of metadata for the recordings associated with the specified account.okhttp3.Call
RecordingsApi.listCallRecordingsAsync
(String accountId, String callId, ApiCallback<List<CallRecordingMetadata>> _callback) List Call Recordings (asynchronously) Returns a (potentially empty) list of metadata for the recordings that took place during the specified call. -
Uses of CallRecordingMetadata in com.bandwidth.sdk.model
Methods in com.bandwidth.sdk.model that return CallRecordingMetadataModifier and TypeMethodDescriptionCallRecordingMetadata.applicationId
(String applicationId) CallRecordingMetadata.direction
(CallDirectionEnum direction) CallRecordingMetadata.endTime
(OffsetDateTime endTime) CallRecordingMetadata.fileFormat
(FileFormatEnum fileFormat) static CallRecordingMetadata
Create an instance of CallRecordingMetadata given an JSON stringCallRecordingMetadata.parentCallId
(String parentCallId) CallRecordingMetadata.putAdditionalProperty
(String key, Object value) Set the additional (undeclared) property with the specified name and value.CallRecordingMetadata.recordingId
(String recordingId) CallRecordingMetadata.recordingName
(String recordingName) CallRecordingMetadata.startTime
(OffsetDateTime startTime) CallRecordingMetadata.transcription
(RecordingTranscriptionMetadata transcription) CallRecordingMetadata.transferCallerId
(String transferCallerId) CallRecordingMetadata.transferTo
(String transferTo)