Interface OptionalCategoryProvider

All Known Subinterfaces:
AgentMailEditorTextModuleManipulationInput, AgentMessageDeselectedEvent, AgentMessageSelectedEvent, AgentMessageSelectionChangedEvent, AgentPhoneTicket, AgentPhoneTicketMailEditorTextModuleManipulationInput, AgentQuickCase, AgentQuickCaseMailEditorTextModuleManipulationInput, Call, Chat, Issue, Ticket

public interface OptionalCategoryProvider
Represents an object that optionally provides a Category.
Since:
12.0
  • Method Details

    • getCategory

      Optional<Category> getCategory()
      Returns the optional Category.
      Returns:
      the category if present, otherwise an empty optional
      Since:
      12.0