Interface CategoryAssigned

All Known Subinterfaces:
AgentGroup, BusinessHour, ChatBot, Group, SystemGroup, TextModuleFirstLevelGroup, TransactionCode

public interface CategoryAssigned
Since:
10.0.38
  • Method Summary

    Modifier and Type
    Method
    Description
    Returns an unmodifiable cached view of the assigned categories.
  • Method Details

    • getAssignedCategories

      Set<Category> getAssignedCategories()
      Returns an unmodifiable cached view of the assigned categories.
      The returned set is not updated when assignments change.
      Returns:
      the current assigned categories as an unmodifiable set
      Since:
      10.0.38