Interface AgentCallQuickCase
-
- All Superinterfaces:
AgentQuickCase
,IntermediateStorageProvider
,OptionalCategoryProvider
public interface AgentCallQuickCase extends AgentQuickCase
This interface provides information of a call quick case of an agent.- Since:
- 11.18
-
-
Method Summary
All Methods Instance Methods Default Methods Modifier and Type Method Description default java.util.Optional<Call>
getAssociatedCall()
This method optionally provides theCall
associated with thisAgentCallQuickCase
.-
Methods inherited from interface com.novomind.ecom.api.iagent.model.AgentQuickCase
getCategory, getId, getIntermediateStorage
-
-