Interface TicketCloseOperationResult
-
- All Superinterfaces:
IssueOperationResult
,IssueProvider
,OperationResult
,TicketOperationResult
,TicketProvider
- All Known Subinterfaces:
AgentTicketCloseOperationResult
,SupervisorTicketCloseOperationResult
public interface TicketCloseOperationResult extends TicketOperationResult
This interface represents the result of a successful ticket close operation.
- Since:
- 11.28
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.util.Optional<TransactionCode>
getTransactionCode()
The method returns the optionally assigned transaction code to the closed ticket.-
Methods inherited from interface com.novomind.ecom.api.iagent.provider.IssueProvider
getIssue
-
Methods inherited from interface com.novomind.ecom.api.imail.provider.TicketProvider
getTicket
-
-
-
-
Method Detail
-
getTransactionCode
java.util.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
-
-