Package com.ringcentral.definitions
Class InboundFaxesInfo
java.lang.Object
com.ringcentral.definitions.InboundFaxesInfo
-
Field Summary
FieldsModifier and TypeFieldDescriptionString[]List of recipient email addresses for inbound fax notifications.String[]List of recipient phone numbers for inbound fax notifications.String[]The parameter contains the list of phone Numbers which should be used for SMS notifications sending (if advanced mode enabled)Indicates whether fax should be attached to emailIndicates whether email should be automatically marked as readEmail notification flagSMS notification flag -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionadvancedEmailAddresses(String[] advancedEmailAddresses) advancedSmsEmailAddresses(String[] advancedSmsEmailAddresses) advancedSmsPhoneNumbers(String[] advancedSmsPhoneNumbers) includeAttachment(Boolean includeAttachment) markAsRead(Boolean markAsRead) notifyByEmail(Boolean notifyByEmail) notifyBySms(Boolean notifyBySms)
-
Field Details
-
notifyByEmail
Email notification flag -
notifyBySms
SMS notification flag -
advancedSmsPhoneNumbers
The parameter contains the list of phone Numbers which should be used for SMS notifications sending (if advanced mode enabled) -
advancedEmailAddresses
List of recipient email addresses for inbound fax notifications. Returned if specified, in both modes (advanced/basic). Applied in advanced mode only -
advancedSmsEmailAddresses
List of recipient phone numbers for inbound fax notifications. Returned if specified, in both modes (advanced/basic). Applied in advanced mode only -
includeAttachment
Indicates whether fax should be attached to email -
markAsRead
Indicates whether email should be automatically marked as read
-
-
Constructor Details
-
InboundFaxesInfo
public InboundFaxesInfo()
-
-
Method Details
-
notifyByEmail
-
notifyBySms
-
advancedSmsPhoneNumbers
-
advancedEmailAddresses
-
advancedSmsEmailAddresses
-
includeAttachment
-
markAsRead
-