Package com.mypurecloud.sdk.v2.model
Class VoicemailUserPolicy
java.lang.Object
com.mypurecloud.sdk.v2.model.VoicemailUserPolicy
- All Implemented Interfaces:
Serializable
VoicemailUserPolicy
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionalertTimeoutSeconds(Integer alertTimeoutSeconds) The number of seconds to ring the user's phone before a call is transfered to voicemailbooleangetPin()inthashCode()The user's PIN to access their voicemail.sendEmailNotifications(Boolean sendEmailNotifications) Whether email notifications are sent to the user when a new voicemail is receivedvoidsetAlertTimeoutSeconds(Integer alertTimeoutSeconds) voidvoidsetSendEmailNotifications(Boolean sendEmailNotifications) toString()
-
Constructor Details
-
VoicemailUserPolicy
public VoicemailUserPolicy() -
VoicemailUserPolicy
-
-
Method Details
-
getEnabled
-
alertTimeoutSeconds
The number of seconds to ring the user's phone before a call is transfered to voicemail -
getAlertTimeoutSeconds
-
setAlertTimeoutSeconds
-
pin
The user's PIN to access their voicemail. This property is only used for updates and never provided otherwise to ensure security -
getPin
-
setPin
-
getModifiedDate
-
sendEmailNotifications
Whether email notifications are sent to the user when a new voicemail is received -
getSendEmailNotifications
-
setSendEmailNotifications
-
equals
-
hashCode
public int hashCode() -
toString
-