Uses of Class
com.bandwidth.sdk.model.ConferenceRecordingMetadata
Packages that use ConferenceRecordingMetadata
-
Uses of ConferenceRecordingMetadata in com.bandwidth.sdk.api
Methods in com.bandwidth.sdk.api that return ConferenceRecordingMetadataModifier and TypeMethodDescriptionConferencesApi.getConferenceRecording
(String accountId, String conferenceId, String recordingId) Get Conference Recording Information Returns metadata for the specified recording.Methods in com.bandwidth.sdk.api that return types with arguments of type ConferenceRecordingMetadataModifier and TypeMethodDescriptionConferencesApi.getConferenceRecordingWithHttpInfo
(String accountId, String conferenceId, String recordingId) Get Conference Recording Information Returns metadata for the specified recording.ConferencesApi.listConferenceRecordings
(String accountId, String conferenceId) Get Conference Recordings Returns a (potentially empty) list of metadata for the recordings that took place during the specified conference.ConferencesApi.listConferenceRecordingsWithHttpInfo
(String accountId, String conferenceId) Get Conference Recordings Returns a (potentially empty) list of metadata for the recordings that took place during the specified conference.Method parameters in com.bandwidth.sdk.api with type arguments of type ConferenceRecordingMetadataModifier and TypeMethodDescriptionokhttp3.Call
ConferencesApi.getConferenceRecordingAsync
(String accountId, String conferenceId, String recordingId, ApiCallback<ConferenceRecordingMetadata> _callback) Get Conference Recording Information (asynchronously) Returns metadata for the specified recording.okhttp3.Call
ConferencesApi.listConferenceRecordingsAsync
(String accountId, String conferenceId, ApiCallback<List<ConferenceRecordingMetadata>> _callback) Get Conference Recordings (asynchronously) Returns a (potentially empty) list of metadata for the recordings that took place during the specified conference. -
Uses of ConferenceRecordingMetadata in com.bandwidth.sdk.model
Methods in com.bandwidth.sdk.model that return ConferenceRecordingMetadataModifier and TypeMethodDescriptionConferenceRecordingMetadata.conferenceId
(String conferenceId) ConferenceRecordingMetadata.endTime
(OffsetDateTime endTime) ConferenceRecordingMetadata.fileFormat
(FileFormatEnum fileFormat) static ConferenceRecordingMetadata
Create an instance of ConferenceRecordingMetadata given an JSON stringConferenceRecordingMetadata.putAdditionalProperty
(String key, Object value) Set the additional (undeclared) property with the specified name and value.ConferenceRecordingMetadata.recordingId
(String recordingId) ConferenceRecordingMetadata.recordingName
(String recordingName) ConferenceRecordingMetadata.startTime
(OffsetDateTime startTime)