Package com.mypurecloud.sdk.v2.model
Class VoicemailOrganizationPolicy
java.lang.Object
com.mypurecloud.sdk.v2.model.VoicemailOrganizationPolicy
- All Implemented Interfaces:
Serializable
VoicemailOrganizationPolicy
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionalertTimeoutSeconds(Integer alertTimeoutSeconds) The organization's default number of seconds to ring a user's phone before a call is transferred to voicemaildisableEmailPii(Boolean disableEmailPii) Removes any PII from emails.booleaninthashCode()includeEmailTranscriptions(Boolean includeEmailTranscriptions) Whether to include the voicemail transcription in the notification emailinteractiveResponseRequired(Boolean interactiveResponseRequired) Whether user should be prompted with a confirmation prompt when connecting to a Group Ring callmaximumRecordingTimeSeconds(Integer maximumRecordingTimeSeconds) Default value for the maximum length of time in seconds of a recorded voicemailpinConfiguration(PINConfiguration pinConfiguration) The configuration for user PINs to access their voicemail from a phonepinRequired(Boolean pinRequired) If this is true, a PIN is required when accessing a user's voicemail from a phone.sendEmailNotifications(Boolean sendEmailNotifications) Whether email notifications are sent for new voicemails in the organization.voidsetAlertTimeoutSeconds(Integer alertTimeoutSeconds) voidsetDisableEmailPii(Boolean disableEmailPii) voidsetIncludeEmailTranscriptions(Boolean includeEmailTranscriptions) voidsetInteractiveResponseRequired(Boolean interactiveResponseRequired) voidsetMaximumRecordingTimeSeconds(Integer maximumRecordingTimeSeconds) voidsetPinConfiguration(PINConfiguration pinConfiguration) voidsetPinRequired(Boolean pinRequired) voidsetSendEmailNotifications(Boolean sendEmailNotifications) voidsetVoicemailExtension(String voicemailExtension) toString()voicemailExtension(String voicemailExtension) The extension for voicemail retrieval.
-
Constructor Details
-
VoicemailOrganizationPolicy
public VoicemailOrganizationPolicy() -
VoicemailOrganizationPolicy
-
-
Method Details
-
getEnabled
-
alertTimeoutSeconds
The organization's default number of seconds to ring a user's phone before a call is transferred to voicemail -
getAlertTimeoutSeconds
-
setAlertTimeoutSeconds
-
pinConfiguration
The configuration for user PINs to access their voicemail from a phone -
getPinConfiguration
-
setPinConfiguration
-
voicemailExtension
The extension for voicemail retrieval. The default value is *86. -
getVoicemailExtension
-
setVoicemailExtension
-
pinRequired
If this is true, a PIN is required when accessing a user's voicemail from a phone. -
getPinRequired
-
setPinRequired
-
interactiveResponseRequired
Whether user should be prompted with a confirmation prompt when connecting to a Group Ring call -
getInteractiveResponseRequired
-
setInteractiveResponseRequired
-
sendEmailNotifications
Whether email notifications are sent for new voicemails in the organization. If false, new voicemail email notifications are not be sent for the organization overriding any user or group setting. -
getSendEmailNotifications
-
setSendEmailNotifications
-
includeEmailTranscriptions
Whether to include the voicemail transcription in the notification email -
getIncludeEmailTranscriptions
-
setIncludeEmailTranscriptions
-
disableEmailPii
Removes any PII from emails. This overrides any analogous group configuration value. This is always true if HIPAA is enabled or unknown for an organization. -
getDisableEmailPii
-
setDisableEmailPii
-
maximumRecordingTimeSeconds
Default value for the maximum length of time in seconds of a recorded voicemail -
getMaximumRecordingTimeSeconds
-
setMaximumRecordingTimeSeconds
-
getModifiedDate
-
equals
-
hashCode
public int hashCode() -
toString
-