Interface CategoryAssigned
-
- All Known Subinterfaces:
AgentGroup
,BusinessHour
,ChatBot
,Group
,SystemGroup
,TextModuleFirstLevelGroup
,TransactionCode
public interface CategoryAssigned
- Since:
- 10.0.38
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.util.Set<Category>
getAssignedCategories()
Returns an unmodifiable cached view of the assigned categories.
-
-
-
Method Detail
-
getAssignedCategories
java.util.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
-
-