Interface OptionalCategoryProvider
-
- All Known Subinterfaces:
AgentCallQuickCase
,AgentMailEditorTextModuleManipulationInput
,AgentMessageDeselectedEvent
,AgentMessageSelectedEvent
,AgentMessageSelectionChangedEvent
,AgentPhoneTicketMailEditorTextModuleManipulationInput
,AgentQuickCase
,AgentQuickCaseMailEditorTextModuleManipulationInput
,Call
,Chat
,Issue
,Ticket
public interface OptionalCategoryProvider
Represents an object that optionally provides aCategory
.- Since:
- 12.0
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.util.Optional<Category>
getCategory()
Returns the optionalCategory
.
-