Interface AgentQuickCase
- All Superinterfaces:
IntermediateStorageProvider,OptionalCategoryProvider
- All Known Subinterfaces:
AgentPhoneTicket
This interface provides information of a quick case of an agent.
- Since:
- 11.18
-
Method Summary
Modifier and TypeMethodDescriptionReturns the optionalCategory.getId()default IntermediateStorageReturns the IntermediateStorage for the instance of thisAccountModifier
-
Method Details
-
getId
Long getId()- Returns:
- the id of the agent quick case
- Since:
- 11.18
-
getCategory
Description copied from interface:OptionalCategoryProviderReturns the optionalCategory.- Specified by:
getCategoryin interfaceOptionalCategoryProvider- Returns:
- the category if present, otherwise an empty optional
-
getIntermediateStorage
Description copied from interface:IntermediateStorageProviderReturns the IntermediateStorage for the instance of thisAccountModifier- Specified by:
getIntermediateStoragein interfaceIntermediateStorageProvider- Returns:
- the
IntermediateStorage
-