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.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) 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 -
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
-
advancedEmailAddresses
-
advancedSmsEmailAddresses
-
includeAttachment
-
includeTranscription
-
markAsRead
-