Interface ExternalTicketClosedEvent
- All Superinterfaces:
Event,IncomingMessageInfo,MessageInfo,TicketClosedEvent,TicketEvent,TicketProvider,TicketStateChangedEvent
This event is triggered when a ticket has been closed by an external recipient within the novomind iAGENT routing process without being answered.
- Since:
- 10.0.120
-
Method Summary
Modifier and TypeMethodDescriptionjakarta.mail.internet.InternetAddressThis method returns the email address of the external recipient responsible for the ticket close operation.default TicketStateReturns the newTicketStateof the ticket after the state change.Methods inherited from interface com.novomind.ecom.api.iagent.common.event.Event
getEventDateMethods inherited from interface com.novomind.ecom.api.imail.model.IncomingMessageInfo
getIncomingAccount, getIncomingChannel, getIncomingMessageMethods inherited from interface com.novomind.ecom.api.imail.model.MessageInfo
getTicketIdMethods inherited from interface com.novomind.ecom.api.imail.provider.TicketProvider
getTicketMethods inherited from interface com.novomind.ecom.api.imail.common.event.TicketStateChangedEvent
getPreviousTicketState
-
Method Details
-
getExternalAddress
jakarta.mail.internet.InternetAddress getExternalAddress()This method returns the email address of the external recipient responsible for the ticket close operation.- Returns:
- the email address of the external recipient.
- Since:
- 10.0.120
-
getTicketState
Description copied from interface:TicketStateChangedEventReturns the newTicketStateof the ticket after the state change.- Specified by:
getTicketStatein interfaceTicketStateChangedEvent- Returns:
- the new
TicketStateof the ticket after the state change
-