Uses of Class
com.mypurecloud.sdk.v2.model.DialerRulesetConfigChangeRule
Packages that use DialerRulesetConfigChangeRule
-
Uses of DialerRulesetConfigChangeRule in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return DialerRulesetConfigChangeRuleModifier and TypeMethodDescriptionDialerRulesetConfigChangeRule.actions(List<DialerRulesetConfigChangeAction> actions) The list of rule actions to be taken if the conditions are trueDialerRulesetConfigChangeRule.additionalProperties(Map<String, Object> additionalProperties) DialerRulesetConfigChangeRule.category(DialerRulesetConfigChangeRule.CategoryEnum category) The category of the ruleDialerRulesetConfigChangeRule.conditions(List<DialerRulesetConfigChangeCondition> conditions) The list of rule conditions; all must evaluate to true to trigger the rule actionsThe identifier of the ruleThe name of the ruleThe ranked order of the rule; rules are processed from lowest number to highestMethods in com.mypurecloud.sdk.v2.model that return types with arguments of type DialerRulesetConfigChangeRuleMethod parameters in com.mypurecloud.sdk.v2.model with type arguments of type DialerRulesetConfigChangeRuleModifier and TypeMethodDescriptionDialerRulesetConfigChangeRuleSet.rules(List<DialerRulesetConfigChangeRule> rules) voidDialerRulesetConfigChangeRuleSet.setRules(List<DialerRulesetConfigChangeRule> rules)