Package com.ringcentral.definitions
Class ReadCallRecordingContentParameters
java.lang.Object
com.ringcentral.definitions.ReadCallRecordingContentParameters
Query parameters for operation readCallRecordingContent
-
Field Summary
FieldsModifier and TypeFieldDescriptionWhether the content is expected to be displayed in the browser, or downloaded and saved locally Enum: Inline, AttachmentThe default filename of the file to be downloaded -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncontentDisposition
(String contentDisposition) contentDispositionFilename
(String contentDispositionFilename)
-
Field Details
-
contentDisposition
Whether the content is expected to be displayed in the browser, or downloaded and saved locally Enum: Inline, Attachment -
contentDispositionFilename
The default filename of the file to be downloaded
-
-
Constructor Details
-
ReadCallRecordingContentParameters
public ReadCallRecordingContentParameters()
-
-
Method Details
-
contentDisposition
-
contentDispositionFilename
public ReadCallRecordingContentParameters contentDispositionFilename(String contentDispositionFilename)
-