Package com.ringcentral.definitions
Class GetMessageInfoResponse
java.lang.Object
com.ringcentral.definitions.GetMessageInfoResponse
-
Field Summary
FieldsModifier and TypeFieldDescriptionList of message attachmentsMessage availability status.SMS and Pager only.Cover page identifier.Cover page text, entered by the fax sender and printed on the cover page.Message creation date/time in ISO 8601 format including timezone, for example 2016-03-10T18:07:52.534Z Format: date-timeSMS only.Text message direction.Internal identifier of an extensionFax only.Fax only.Internal identifier of a message Format: int64 Example: 1724099032020The 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-timeMessage status.Pager only.Message priority Enum: Normal, HighMessage read status Enum: Read, UnreadSMS only.SMS only.Message subject.Recipient informationMessage type Enum: Fax, SMS, VoiceMail, Pager, TextCanonical URI of a message Format: uriVoicemail only. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionattachments
(MessageAttachmentInfo[] attachments) availability
(String availability) conversation
(ConversationInfo conversation) conversationId
(Long conversationId) coverIndex
(Long coverIndex) coverPageText
(String coverPageText) creationTime
(String creationTime) deliveryErrorCode
(String deliveryErrorCode) extensionId
(String extensionId) faxPageCount
(Long faxPageCount) faxResolution
(String faxResolution) lastModifiedTime
(String lastModifiedTime) messageStatus
(String messageStatus) pgToDepartment
(Boolean pgToDepartment) readStatus
(String readStatus) smsDeliveryTime
(String smsDeliveryTime) smsSendingAttemptsCount
(Long smsSendingAttemptsCount) vmTranscriptionStatus
(String vmTranscriptionStatus)
-
Field Details
-
id
Internal identifier of a message Format: int64 Example: 1724099032020 -
uri
Canonical URI of a message Format: uri -
extensionId
Internal identifier of an extension -
attachments
List of message attachments -
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 -
conversationId
SMS and Pager only. Identifier of a conversation the message belongs to Format: int64 -
conversation
-
creationTime
Message creation date/time in ISO 8601 format including timezone, for example 2016-03-10T18:07:52.534Z Format: date-time -
deliveryErrorCode
SMS only. Delivery error code returned by gateway -
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 -
faxPageCount
Fax only. Page count in a fax message Format: int32 -
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 -
from
-
lastModifiedTime
The 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 -
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 -
pgToDepartment
Pager only. `true` if at least one of the message recipients is 'Department' extension -
priority
Message priority Enum: Normal, High -
readStatus
Message read status Enum: Read, Unread -
smsDeliveryTime
SMS only. Date/time when outbound SMS was delivered to recipient's handset in ISO 8601 format including timezone, for example 2016-03-10T18:07:52.534Z. It is filled only if a carrier sends a delivery receipt to RingCentral Format: date-time -
smsSendingAttemptsCount
SMS only. Number of attempts made to send an outbound SMS to the Gateway (if Gateway is temporary unavailable) Format: int32 -
subject
Message subject. For SMS and Pager messages it replicates message text which is also returned as an attachment -
to
Recipient information -
type
Message type Enum: Fax, SMS, VoiceMail, Pager, Text -
vmTranscriptionStatus
Voicemail only. Status of a voicemail to text transcription. If 'VoicemailToText' feature is not activated for account, the 'NotAvailable' value is returned Enum: NotAvailable, InProgress, TimedOut, Completed, CompletedPartially, Failed, Unknown -
coverIndex
Cover page identifier. If coverIndex is set to '0' (zero) cover page is not attached. For the 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 the fax sender and printed on the cover page. Maximum length is limited to 1024 symbols
-
-
Constructor Details
-
GetMessageInfoResponse
public GetMessageInfoResponse()
-
-
Method Details
-
id
-
uri
-
extensionId
-
attachments
-
availability
-
conversationId
-
conversation
-
creationTime
-
deliveryErrorCode
-
direction
-
faxPageCount
-
faxResolution
-
from
-
lastModifiedTime
-
messageStatus
-
pgToDepartment
-
priority
-
readStatus
-
smsDeliveryTime
-
smsSendingAttemptsCount
-
subject
-
to
-
type
-
vmTranscriptionStatus
-
coverIndex
-
coverPageText
-