Interface AgentPhoneTicket
- All Superinterfaces:
AgentQuickCase,IntermediateStorageProvider,OptionalCategoryProvider
This interface provides information of a phone ticket of an agent.
- Since:
- 13.0
-
Method Summary
Modifier and TypeMethodDescriptionThis method optionally provides theCallassociated with thisAgentPhoneTicket.Methods inherited from interface com.novomind.ecom.api.iagent.model.AgentQuickCase
getCategory, getId, getIntermediateStorage
-
Method Details
-
getAssociatedCall
This method optionally provides theCallassociated with thisAgentPhoneTicket.- Returns:
- the optional call object, if the
AgentPhoneTickethas been associated with a call, otherwise an empty optional - Since:
- 13.0
-