Package com.ringcentral.definitions
Class NotificationSettings
java.lang.Object
com.ringcentral.definitions.NotificationSettings
-
Field Summary
FieldsModifier and TypeFieldDescriptionSpecifies notifications settings mode.String[]List of notification recipient email addressesList of extensions specified as email notification recipients.Specifies if managers' emails are included in the list of emails to which notifications are sentSpecifies if sms recipients' emails are included in the list of emails to which notifications are sentString[]List of notification recipient email addressesString[]The parameter contains the list of phone Numbers which should be used for SMS notifications sending (if advanced mode disabled)List of sms recipients specified for call queue.Canonical URI of notifications settings resource Format: uri -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionadvancedMode(Boolean advancedMode) emailAddresses(String[] emailAddresses) emailRecipients(EmailRecipientInfo[] emailRecipients) inboundFaxes(InboundFaxesInfo inboundFaxes) inboundTexts(InboundTextsInfo inboundTexts) includeManagers(Boolean includeManagers) includeSmsRecipients(Boolean includeSmsRecipients) missedCalls(MissedCallsInfo missedCalls) outboundFaxes(OutboundFaxesInfo outboundFaxes) smsEmailAddresses(String[] smsEmailAddresses) smsPhoneNumbers(String[] smsPhoneNumbers) smsRecipients(EmailRecipientInfo[] smsRecipients) voicemails(VoicemailsInfo voicemails)
-
Field Details
-
uri
Canonical URI of notifications settings resource Format: uri -
smsPhoneNumbers
The parameter contains the list of phone Numbers which should be used for SMS notifications sending (if advanced mode disabled) -
advancedMode
Specifies notifications settings mode. If `true` then advanced mode is on, it allows using different emails and/or phone numbers for each notification type. If `false` then basic mode is on. Advanced mode settings are returned in both modes, if specified once, but if basic mode is switched on, they are not applied -
voicemails
-
inboundFaxes
-
outboundFaxes
-
inboundTexts
-
missedCalls
-
emailRecipients
List of extensions specified as email notification recipients. Returned only for call queues where queue managers are assigned as user extensions. -
emailAddresses
List of notification recipient email addresses -
includeManagers
Specifies if managers' emails are included in the list of emails to which notifications are sent -
includeSmsRecipients
Specifies if sms recipients' emails are included in the list of emails to which notifications are sent -
smsRecipients
List of sms recipients specified for call queue. Returned only for call queue extension -
smsEmailAddresses
List of notification recipient email addresses
-
-
Constructor Details
-
NotificationSettings
public NotificationSettings()
-
-
Method Details
-
uri
-
smsPhoneNumbers
-
advancedMode
-
voicemails
-
inboundFaxes
-
outboundFaxes
-
inboundTexts
-
missedCalls
-
emailRecipients
-
emailAddresses
-
includeManagers
-
includeSmsRecipients
-
smsRecipients
-
smsEmailAddresses
-