Package com.ringcentral.definitions
Class CreateFaxMessageRequest
java.lang.Object
com.ringcentral.definitions.CreateFaxMessageRequest
Request body for operation createFaxMessage
-
Field Summary
FieldsModifier and TypeFieldDescriptionRequiredCover page identifier.Cover page text, entered by a fax sender and printed on a cover page.Fax only.ISO Code.Timestamp to send a fax at.Recipient's phone number(s) Required -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionattachments
(Attachment[] attachments) coverIndex
(Long coverIndex) coverPageText
(String coverPageText) faxResolution
(String faxResolution) to
(FaxReceiver[] to)
-
Field Details
-
faxResolution
Fax only. Resolution of a fax message. 'High' for black and white image scanned at 200 dpi, 'Low' for black and white image scanned at 100 dpi Enum: High, Low -
to
Recipient's phone number(s) Required -
sendTime
Timestamp to send a fax at. If not specified, current or the past a fax message is sent immediately Format: date-time -
isoCode
ISO Code. e.g UK -
coverIndex
Cover page identifier. If `coverIndex` is set to '0' (zero) a cover page is not attached. For a list of available cover page identifiers (1-13) please call the Fax Cover Pages method. If not specified, the default cover page is attached (which is configured in 'Outbound Fax Settings') Format: int32 -
coverPageText
Cover page text, entered by a fax sender and printed on a cover page. Maximum length is limited to 1024 symbols -
attachments
Required
-
-
Constructor Details
-
CreateFaxMessageRequest
public CreateFaxMessageRequest()
-
-
Method Details
-
faxResolution
-
to
-
sendTime
-
isoCode
-
coverIndex
-
coverPageText
-
attachments
-