Package com.mypurecloud.sdk.v2.model
Class InboundRoute
java.lang.Object
com.mypurecloud.sdk.v2.model.InboundRoute
- All Implemented Interfaces:
Serializable
InboundRoute
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enumThe configuration to indicate how the history of a conversation has to be included in a draftstatic enumThe status of the route. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionallowMultipleActions(Boolean allowMultipleActions) Control if multiple actions are allowed on this route.autoBcc(List<EmailAddress> autoBcc) The recipients that should be automatically blind copied on outbound emails associated with this InboundRoute.booleanflow(DomainEntityRef flow) The flow to use for processing the email.The sender email to use for outgoing replies.The sender name to use for outgoing replies.getFlow()getId()getName()getQueue()inthashCode()historyInclusion(InboundRoute.HistoryInclusionEnum historyInclusion) The configuration to indicate how the history of a conversation has to be included in a draftlanguage(DomainEntityRef language) The language to use for routing.mailboxFolders(List<String> mailboxFolders) Integration Folder routed to this routeThe search pattern that the mailbox name should match.The priority to use for routing.queue(DomainEntityRef queue) The queue to route the emails to.replyEmailAddress(QueueEmailAddress replyEmailAddress) The route to use for email replies.voidsetAllowMultipleActions(Boolean allowMultipleActions) voidsetAutoBcc(List<EmailAddress> autoBcc) voidsetFlow(DomainEntityRef flow) voidsetFromEmail(String fromEmail) voidsetFromName(String fromName) voidsetHistoryInclusion(InboundRoute.HistoryInclusionEnum historyInclusion) voidsetLanguage(DomainEntityRef language) voidsetMailboxFolders(List<String> mailboxFolders) voidvoidsetPattern(String pattern) voidsetPriority(Integer priority) voidsetQueue(DomainEntityRef queue) voidsetReplyEmailAddress(QueueEmailAddress replyEmailAddress) voidsetSignature(Signature signature) voidsetSkills(List<DomainEntityRef> skills) voidsetSpamFlow(DomainEntityRef spamFlow) The configuration for the canned response signature that will be appended to outbound emails sent via this routeskills(List<DomainEntityRef> skills) The skills to use for routing.spamFlow(DomainEntityRef spamFlow) The flow to use for processing inbound emails that have been marked as spam.toString()
-
Constructor Details
-
InboundRoute
public InboundRoute() -
InboundRoute
-
-
Method Details
-
getId
-
name
-
getName
-
setName
-
pattern
The search pattern that the mailbox name should match. -
getPattern
-
setPattern
-
queue
The queue to route the emails to. -
getQueue
-
setQueue
-
priority
The priority to use for routing. -
getPriority
-
setPriority
-
skills
The skills to use for routing. -
getSkills
-
setSkills
-
language
The language to use for routing. -
getLanguage
-
setLanguage
-
fromName
The sender name to use for outgoing replies. -
getFromName
-
setFromName
-
fromEmail
The sender email to use for outgoing replies. -
getFromEmail
-
setFromEmail
-
flow
The flow to use for processing the email. -
getFlow
-
setFlow
-
replyEmailAddress
The route to use for email replies. -
getReplyEmailAddress
-
setReplyEmailAddress
-
autoBcc
The recipients that should be automatically blind copied on outbound emails associated with this InboundRoute. -
getAutoBcc
-
setAutoBcc
-
spamFlow
The flow to use for processing inbound emails that have been marked as spam. -
getSpamFlow
-
setSpamFlow
-
signature
The configuration for the canned response signature that will be appended to outbound emails sent via this route -
getSignature
-
setSignature
-
historyInclusion
The configuration to indicate how the history of a conversation has to be included in a draft -
getHistoryInclusion
-
setHistoryInclusion
-
allowMultipleActions
Control if multiple actions are allowed on this route. When true the disconnect has to be done manually. When false a conversation will be disconnected by the system after every action -
getAllowMultipleActions
-
setAllowMultipleActions
-
mailboxFolders
Integration Folder routed to this route -
getMailboxFolders
-
setMailboxFolders
-
getStatus
-
getSelfUri
-
equals
-
hashCode
public int hashCode() -
toString
-