Uses of Enum Class
com.mypurecloud.sdk.v2.model.DialerRule.CategoryEnum
Packages that use DialerRule.CategoryEnum
-
Uses of DialerRule.CategoryEnum in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return DialerRule.CategoryEnumModifier and TypeMethodDescriptionstatic DialerRule.CategoryEnumDialerRule.CategoryEnum.fromString(String key) DialerRule.getCategory()static DialerRule.CategoryEnumReturns the enum constant of this class with the specified name.static DialerRule.CategoryEnum[]DialerRule.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 DialerRule.CategoryEnumModifier and TypeMethodDescriptionDialerRule.category(DialerRule.CategoryEnum category) The category of the rule.voidDialerRule.setCategory(DialerRule.CategoryEnum category)