Package com.mypurecloud.sdk.v2.model
Class EmailMediaSettings
java.lang.Object
com.mypurecloud.sdk.v2.model.EmailMediaSettings
- All Implemented Interfaces:
Serializable
EmailMediaSettings
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionalertingTimeoutSeconds(Integer alertingTimeoutSeconds) The alerting timeout for the media type, in secondsautoAnswerAlertToneSeconds(Double autoAnswerAlertToneSeconds) How long to play the alerting tone for an auto-answer interactionenableAutoAnswer(Boolean enableAutoAnswer) Indicates if auto-answer is enabled for the given media type or subtype (default is false).booleaninthashCode()manualAnswerAlertToneSeconds(Double manualAnswerAlertToneSeconds) How long to play the alerting tone for a manual-answer interactionserviceLevel(ServiceLevel serviceLevel) The targeted service level for the media typevoidsetAlertingTimeoutSeconds(Integer alertingTimeoutSeconds) voidsetAutoAnswerAlertToneSeconds(Double autoAnswerAlertToneSeconds) voidsetEnableAutoAnswer(Boolean enableAutoAnswer) voidsetManualAnswerAlertToneSeconds(Double manualAnswerAlertToneSeconds) voidsetServiceLevel(ServiceLevel serviceLevel) toString()
-
Constructor Details
-
EmailMediaSettings
public EmailMediaSettings() -
EmailMediaSettings
-
-
Method Details
-
enableAutoAnswer
Indicates if auto-answer is enabled for the given media type or subtype (default is false). Subtype settings take precedence over media type settings. -
getEnableAutoAnswer
-
setEnableAutoAnswer
-
alertingTimeoutSeconds
The alerting timeout for the media type, in seconds -
getAlertingTimeoutSeconds
-
setAlertingTimeoutSeconds
-
serviceLevel
The targeted service level for the media type -
getServiceLevel
-
setServiceLevel
-
autoAnswerAlertToneSeconds
How long to play the alerting tone for an auto-answer interaction -
getAutoAnswerAlertToneSeconds
-
setAutoAnswerAlertToneSeconds
-
manualAnswerAlertToneSeconds
How long to play the alerting tone for a manual-answer interaction -
getManualAnswerAlertToneSeconds
-
setManualAnswerAlertToneSeconds
-
equals
-
hashCode
public int hashCode() -
toString
-