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.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) includeAttachment(Boolean includeAttachment) markAsRead(Boolean markAsRead) notifyByEmail(Boolean notifyByEmail) notifyBySms(Boolean notifyBySms)
-
Field Details
-
notifyByEmail
Email notification flag -
notifyBySms
SMS notification flag -
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
-
advancedEmailAddresses
-
advancedSmsEmailAddresses
-
includeAttachment
-
markAsRead
-