Package com.ringcentral.definitions
Class BaseNotificationSettings
java.lang.Object
com.ringcentral.definitions.BaseNotificationSettings
-
Field Summary
FieldsModifier and TypeFieldDescriptionSpecifies notifications settings mode.String[]The parameter contains the list of phone Numbers which should be used for SMS notifications sending (if advanced mode disabled)Canonical URI of notifications settings resource Format: uri -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionadvancedMode(Boolean advancedMode) inboundFaxes(InboundFaxesInfo inboundFaxes) inboundTexts(InboundTextsInfo inboundTexts) missedCalls(MissedCallsInfo missedCalls) outboundFaxes(OutboundFaxesInfo outboundFaxes) smsPhoneNumbers(String[] smsPhoneNumbers) 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
-
-
Constructor Details
-
BaseNotificationSettings
public BaseNotificationSettings()
-
-
Method Details
-
uri
-
smsPhoneNumbers
-
advancedMode
-
voicemails
-
inboundFaxes
-
outboundFaxes
-
inboundTexts
-
missedCalls
-