Package com.ringcentral.definitions
Class RecordingDownloadModel
java.lang.Object
com.ringcentral.definitions.RecordingDownloadModel
-
Field Summary
FieldsModifier and TypeFieldDescriptionMIME type of the file to download.Download file size in bytes Required Format: int64 Example: 20821092300Download URI (available only for webinar host or admin) Required Format: uri -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiondownloadContentType
(String downloadContentType) downloadSize
(Long downloadSize) downloadUri
(String downloadUri)
-
Field Details
-
downloadUri
Download URI (available only for webinar host or admin) Required Format: uri -
downloadContentType
MIME type of the file to download. Required Default: video/mp4 Enum: video/mp4, audio/m4a -
downloadSize
Download file size in bytes Required Format: int64 Example: 20821092300
-
-
Constructor Details
-
RecordingDownloadModel
public RecordingDownloadModel()
-
-
Method Details
-
downloadUri
-
downloadContentType
-
downloadSize
-