Uses of Enum Class
com.mypurecloud.sdk.v2.model.GetRulesQuery.RuleTypeEnum
Packages that use GetRulesQuery.RuleTypeEnum
-
Uses of GetRulesQuery.RuleTypeEnum in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return GetRulesQuery.RuleTypeEnumModifier and TypeMethodDescriptionstatic GetRulesQuery.RuleTypeEnumGetRulesQuery.RuleTypeEnum.fromString(String key) GetRulesQuery.getRuleType()static GetRulesQuery.RuleTypeEnumReturns the enum constant of this class with the specified name.static GetRulesQuery.RuleTypeEnum[]GetRulesQuery.RuleTypeEnum.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 GetRulesQuery.RuleTypeEnumModifier and TypeMethodDescriptionGetRulesQuery.ruleType(GetRulesQuery.RuleTypeEnum ruleType) The rule type of the alerts the query will returnvoidGetRulesQuery.setRuleType(GetRulesQuery.RuleTypeEnum ruleType)