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 theCall
associated with thisAgentPhoneTicket
.Methods inherited from interface com.novomind.ecom.api.iagent.model.AgentQuickCase
getCategory, getId, getIntermediateStorage
-
Method Details
-
getAssociatedCall
This method optionally provides theCall
associated with thisAgentPhoneTicket
.- Returns:
- the optional call object, if the
AgentPhoneTicket
has been associated with a call, otherwise an empty optional - Since:
- 13.0
-