Interface AgentTicketRecategorizeAction
- All Superinterfaces:
AgentTicketAction
,IncomingMessageInfo
,MessageInfo
,TicketProvider
,UserProvider
This action represents a ticket recategorize action by an agent.
The interface provides the
Ticket
and the User
performing the recategorize action.- Since:
- 11.30
-
Method Summary
Modifier and TypeMethodDescriptionThis method returns the destination category of the ticket.This method returns the source category of the ticket before the recategorization.Methods inherited from interface com.novomind.ecom.api.imail.model.IncomingMessageInfo
getIncomingAccount, getIncomingChannel, getIncomingMessage
Methods inherited from interface com.novomind.ecom.api.imail.model.MessageInfo
getTicketId
Methods inherited from interface com.novomind.ecom.api.imail.provider.TicketProvider
getTicket
Methods inherited from interface com.novomind.ecom.api.iagent.provider.UserProvider
getUser
-
Method Details
-
getSourceCategory
Category getSourceCategory()This method returns the source category of the ticket before the recategorization.- Returns:
- the source category of the ticket.
- Since:
- 11.30
-
getDestinationCategory
Category getDestinationCategory()This method returns the destination category of the ticket.- Returns:
- the destination category of the ticket.
- Since:
- 11.30
-