Class EmailMediaSettings

java.lang.Object
com.mypurecloud.sdk.v2.model.EmailMediaSettings
All Implemented Interfaces:
Serializable

public class EmailMediaSettings extends Object implements Serializable
EmailMediaSettings
See Also:
  • Constructor Details

    • EmailMediaSettings

      public EmailMediaSettings()
    • EmailMediaSettings

      public EmailMediaSettings(Boolean initWithEmptyList)
  • Method Details

    • enableAutoAnswer

      public EmailMediaSettings enableAutoAnswer(Boolean 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

      public Boolean getEnableAutoAnswer()
    • setEnableAutoAnswer

      public void setEnableAutoAnswer(Boolean enableAutoAnswer)
    • alertingTimeoutSeconds

      public EmailMediaSettings alertingTimeoutSeconds(Integer alertingTimeoutSeconds)
      The alerting timeout for the media type, in seconds
    • getAlertingTimeoutSeconds

      public Integer getAlertingTimeoutSeconds()
    • setAlertingTimeoutSeconds

      public void setAlertingTimeoutSeconds(Integer alertingTimeoutSeconds)
    • serviceLevel

      public EmailMediaSettings serviceLevel(ServiceLevel serviceLevel)
      The targeted service level for the media type
    • getServiceLevel

      public ServiceLevel getServiceLevel()
    • setServiceLevel

      public void setServiceLevel(ServiceLevel serviceLevel)
    • autoAnswerAlertToneSeconds

      public EmailMediaSettings autoAnswerAlertToneSeconds(Double autoAnswerAlertToneSeconds)
      How long to play the alerting tone for an auto-answer interaction
    • getAutoAnswerAlertToneSeconds

      public Double getAutoAnswerAlertToneSeconds()
    • setAutoAnswerAlertToneSeconds

      public void setAutoAnswerAlertToneSeconds(Double autoAnswerAlertToneSeconds)
    • manualAnswerAlertToneSeconds

      public EmailMediaSettings manualAnswerAlertToneSeconds(Double manualAnswerAlertToneSeconds)
      How long to play the alerting tone for a manual-answer interaction
    • getManualAnswerAlertToneSeconds

      public Double getManualAnswerAlertToneSeconds()
    • setManualAnswerAlertToneSeconds

      public void setManualAnswerAlertToneSeconds(Double manualAnswerAlertToneSeconds)
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object