Package com.mypurecloud.sdk.v2.model
Class EmailThreadingSettings
java.lang.Object
com.mypurecloud.sdk.v2.model.EmailThreadingSettings
- All Implemented Interfaces:
Serializable
EmailThreadingSettings
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleaninthashCode()voidsetStartNewConversationOnSubjectChange(Boolean startNewConversationOnSubjectChange) voidsetTimeoutInMinutes(Long timeoutInMinutes) 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.timeoutInMinutes(Long timeoutInMinutes) In minutes, how long an email conversation should keep being threaded after being disconnected.toString()
-
Constructor Details
-
EmailThreadingSettings
public EmailThreadingSettings() -
EmailThreadingSettings
-
-
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
-
setStartNewConversationOnSubjectChange
-
timeoutInMinutes
In minutes, how long an email conversation should keep being threaded after being disconnected. -
getTimeoutInMinutes
-
setTimeoutInMinutes
-
equals
-
hashCode
public int hashCode() -
toString
-