Package com.ringcentral.definitions
Class FaxResponseTo
java.lang.Object
com.ringcentral.definitions.FaxResponseTo
-
Field Summary
FieldsModifier and TypeFieldDescriptionContains party location (city, state) if one can be determined from phoneNumber.Message status.Name of a fax recipient listed on a fax cover pagePhone number in E.164 (with '+' sign) format Example: +18661234567Internal identifier of a fax recipient -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionmessageStatus(String messageStatus) phoneNumber(String phoneNumber) recipientId(String recipientId)
-
Field Details
-
recipientId
Internal identifier of a fax recipient -
phoneNumber
Phone number in E.164 (with '+' sign) format Example: +18661234567 -
name
Name of a fax recipient listed on a fax cover page -
messageStatus
Message status. Different message types may have different allowed status values. For outbound faxes the aggregated message status is returned. If, for multi-recipient 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 -
location
Contains party location (city, state) if one can be determined from phoneNumber. This property is filled only when phoneNumber is not empty and server can calculate location information from it (for example, this information is unavailable for US toll-free numbers)
-
-
Constructor Details
-
FaxResponseTo
public FaxResponseTo()
-
-
Method Details
-
recipientId
-
phoneNumber
-
name
-
messageStatus
-
location
-