Uses of Enum Class
com.mypurecloud.sdk.v2.model.DigitalRule.CategoryEnum
Packages that use DigitalRule.CategoryEnum
-
Uses of DigitalRule.CategoryEnum in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return DigitalRule.CategoryEnumModifier and TypeMethodDescriptionstatic DigitalRule.CategoryEnumDigitalRule.CategoryEnum.fromString(String key) DigitalRule.getCategory()static DigitalRule.CategoryEnumReturns the enum constant of this class with the specified name.static DigitalRule.CategoryEnum[]DigitalRule.CategoryEnum.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.mypurecloud.sdk.v2.model with parameters of type DigitalRule.CategoryEnumModifier and TypeMethodDescriptionDigitalRule.category(DigitalRule.CategoryEnum category) The category of the rule.voidDigitalRule.setCategory(DigitalRule.CategoryEnum category)