Interface PreSendAgentMessageInfo
-
- All Superinterfaces:
MessageInfo
- All Known Subinterfaces:
AgentTicketSendAndCloseAction
,AgentTicketSendAndMultiCloseAction
,AgentTicketSendIntermediateAction
public interface PreSendAgentMessageInfo extends MessageInfo
APreSendAgentMessageInfo
object provides information about aPreSendAgentMessage
.- Since:
- 10.0.120
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Account
getOutgoingAccount()
Channel
getOutgoingChannel()
PreSendAgentMessage
getPreSendAgentMessage()
-
Methods inherited from interface com.novomind.ecom.api.imail.model.MessageInfo
getTicketId
-
-
-
-
Method Detail
-
getPreSendAgentMessage
PreSendAgentMessage getPreSendAgentMessage()
- Returns:
- the PreSendAgentMessage
- Since:
- 10.0.120
-
getOutgoingAccount
Account getOutgoingAccount()
- Returns:
- the outgoing account of the message.
- Since:
- 10.0.120
-
getOutgoingChannel
Channel getOutgoingChannel()
- Returns:
- the outgoing channel of the message.
- Since:
- 10.0.120
-
-