Package com.ringcentral.definitions
Class VoicemailsInfo
java.lang.Object
com.ringcentral.definitions.VoicemailsInfo
-
Field Summary
FieldsModifier and TypeFieldDescriptionString[]List of recipient email addresses for voicemail notifications.String[]List of recipient phone numbers for voicemail notifications.String[]The parameter contains the list of phone Numbers which should be used for SMS notifications sending (if advanced mode enabled)Indicates whether voicemail should be attached to emailSpecifies whether to add voicemail transcription or notIndicates whether a voicemail 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) includeTranscription(Boolean includeTranscription) 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 voicemail notifications. Returned if specified, in both modes (advanced/basic). Applied in advanced mode only -
advancedSmsEmailAddresses
List of recipient phone numbers for voicemail notifications. Returned if specified, in both modes (advanced/basic). Applied in advanced mode only -
includeAttachment
Indicates whether voicemail should be attached to email -
includeTranscription
Specifies whether to add voicemail transcription or not -
markAsRead
Indicates whether a voicemail should be automatically marked as read
-
-
Constructor Details
-
VoicemailsInfo
public VoicemailsInfo()
-
-
Method Details
-
notifyByEmail
-
notifyBySms
-
advancedSmsPhoneNumbers
-
advancedEmailAddresses
-
advancedSmsEmailAddresses
-
includeAttachment
-
includeTranscription
-
markAsRead
-