Package com.ringcentral.definitions
Class ReadAccountGreetingContentParameters
java.lang.Object
com.ringcentral.definitions.ReadAccountGreetingContentParameters
Query parameters for operation readAccountGreetingContent
-
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
-
ReadAccountGreetingContentParameters
public ReadAccountGreetingContentParameters()
-
-
Method Details
-
contentDisposition
-
contentDispositionFilename
public ReadAccountGreetingContentParameters contentDispositionFilename(String contentDispositionFilename)
-