Interface TicketCloseOperationResult
- All Superinterfaces:
IssueOperationResult,IssueProvider,OperationResult,TicketOperationResult,TicketProvider
- All Known Subinterfaces:
AgentTicketCloseOperationResult,SupervisorTicketCloseOperationResult
This interface represents the result of a successful ticket close operation.
- Since:
- 11.28
-
Method Summary
Modifier and TypeMethodDescriptionThe method returns the optionally assigned transaction code to the closed ticket.Methods inherited from interface com.novomind.ecom.api.iagent.provider.IssueProvider
getIssueMethods inherited from interface com.novomind.ecom.api.imail.provider.TicketProvider
getTicket
-
Method Details
-
getTransactionCode
Optional<TransactionCode> getTransactionCode()The method returns the optionally assigned transaction code to the closed ticket. If no transaction code has been assigned an empty optional will be returned.- Returns:
- the optional transaction code assigned to the closed ticket.
- Since:
- 11.28
-