Package com.ringcentral.definitions
Class FaxResponse
java.lang.Object
com.ringcentral.definitions.FaxResponse
-
Field Summary
FieldsModifier and TypeFieldDescriptionList of message attachmentsMessage availability status.Cover page identifier.Cover page text, entered by a fax sender and printed on a cover page.Message creation date/time in ISO 8601 format including timezone, for example 2016-03-10T18:07:52.534Z Format: date-timeText message direction.Page count in a fax message Format: int32Fax only.Internal identifier of a message Format: int64Date/time when the message was modified on server in ISO 8601 format including timezone, for example 2016-03-10T18:07:52.534Z Format: date-timeMessage status.Message priority Enum: Normal, HighMessage read status Enum: Read, UnreadRecipient informationMessage type - 'Fax' Enum: FaxCanonical URI of a message Format: uri -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionattachments
(MessageAttachmentInfoIntId[] attachments) availability
(String availability) coverIndex
(Long coverIndex) coverPageText
(String coverPageText) creationTime
(String creationTime) faxPageCount
(Long faxPageCount) faxResolution
(String faxResolution) lastModifiedTime
(String lastModifiedTime) messageStatus
(String messageStatus) readStatus
(String readStatus) to
(FaxResponseTo[] to)
-
Field Details
-
id
Internal identifier of a message Format: int64 -
uri
Canonical URI of a message Format: uri -
type
Message type - 'Fax' Enum: Fax -
from
-
to
Recipient information -
creationTime
Message creation date/time in ISO 8601 format including timezone, for example 2016-03-10T18:07:52.534Z Format: date-time -
readStatus
Message read status Enum: Read, Unread -
priority
Message priority Enum: Normal, High -
attachments
List of message attachments -
direction
Text message direction. Note that for some message types not all directions are allowed. For example voicemail messages can be only inbound Enum: Inbound, Outbound -
availability
Message availability status. Message in 'Deleted' state is still preserved with all its attachments and can be restored. 'Purged' means that all attachments are already deleted and the message itself is about to be physically deleted shortly Enum: Alive, Deleted, Purged -
messageStatus
Message status. Different message types may have different allowed status values. For outbound faxes the aggregated message status is returned. If, for outbound message, a status for at least one recipient is 'Queued', then the 'Queued' value is returned. If a status for at least one recipient is 'SendingFailed', then the 'SendingFailed' value is returned. In other cases the 'Sent' status is returned Enum: Queued, Sent, Delivered, DeliveryFailed, SendingFailed, Received -
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 -
faxPageCount
Page count in a fax message Format: int32 -
lastModifiedTime
Date/time when the message was modified on server in ISO 8601 format including timezone, for example 2016-03-10T18:07:52.534Z Format: date-time -
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
-
-
Constructor Details
-
FaxResponse
public FaxResponse()
-
-
Method Details
-
id
-
uri
-
type
-
from
-
to
-
creationTime
-
readStatus
-
priority
-
attachments
-
direction
-
availability
-
messageStatus
-
faxResolution
-
faxPageCount
-
lastModifiedTime
-
coverIndex
-
coverPageText
-