Uses of Class
com.mypurecloud.sdk.v2.model.DigitalRule
Packages that use DigitalRule
-
Uses of DigitalRule in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return DigitalRuleModifier and TypeMethodDescriptionDigitalRule.actions(List<DigitalAction> actions) The list of actions to be taken if all conditions are true.DigitalRule.category(DigitalRule.CategoryEnum category) The category of the rule.DigitalRule.conditions(List<DigitalCondition> conditions) A list of conditions to evaluate.The name of the rule.The ranked order of the rule.Methods in com.mypurecloud.sdk.v2.model that return types with arguments of type DigitalRuleMethod parameters in com.mypurecloud.sdk.v2.model with type arguments of type DigitalRuleModifier and TypeMethodDescriptionDigitalRuleSet.rules(List<DigitalRule> rules) The list of rules.voidDigitalRuleSet.setRules(List<DigitalRule> rules)