Class EmailThreadingSettings

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

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

    • EmailThreadingSettings

      public EmailThreadingSettings()
    • EmailThreadingSettings

      public EmailThreadingSettings(Boolean initWithEmptyList)
  • Method Details

    • startNewConversationOnSubjectChange

      public EmailThreadingSettings startNewConversationOnSubjectChange(Boolean startNewConversationOnSubjectChange)
      This setting controls whether a new conversation is started if the subject of an inbound email is different from the subject of the current conversation. RE: and FWD: prefixes in any language are ignored.
    • getStartNewConversationOnSubjectChange

      public Boolean getStartNewConversationOnSubjectChange()
    • setStartNewConversationOnSubjectChange

      public void setStartNewConversationOnSubjectChange(Boolean startNewConversationOnSubjectChange)
    • timeoutInMinutes

      public EmailThreadingSettings timeoutInMinutes(Long timeoutInMinutes)
      In minutes, how long an email conversation should keep being threaded after being disconnected.
    • getTimeoutInMinutes

      public Long getTimeoutInMinutes()
    • setTimeoutInMinutes

      public void setTimeoutInMinutes(Long timeoutInMinutes)
    • 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