Uses of Class
com.mypurecloud.sdk.v2.model.DialerRulesetConfigChangeDataActionConditionPredicate
Packages that use DialerRulesetConfigChangeDataActionConditionPredicate
-
Uses of DialerRulesetConfigChangeDataActionConditionPredicate in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return DialerRulesetConfigChangeDataActionConditionPredicateModifier and TypeMethodDescriptionDialerRulesetConfigChangeDataActionConditionPredicate.additionalProperties(Map<String, Object> additionalProperties) DialerRulesetConfigChangeDataActionConditionPredicate.comparisonValue(String comparisonValue) The value to compare against for this conditionIf true, inverts the result of evaluating this Predicate.DialerRulesetConfigChangeDataActionConditionPredicate.outputField(String outputField) The name of an output field from the data action's output to use for this conditionDialerRulesetConfigChangeDataActionConditionPredicate.outputFieldMissingResolution(Boolean outputFieldMissingResolution) The result of this predicate if the requested output field is missing from the data action's resultDialerRulesetConfigChangeDataActionConditionPredicate.outputOperator(DialerRulesetConfigChangeDataActionConditionPredicate.OutputOperatorEnum outputOperator) The operation with which to evaluate this conditionMethods in com.mypurecloud.sdk.v2.model that return types with arguments of type DialerRulesetConfigChangeDataActionConditionPredicateMethod parameters in com.mypurecloud.sdk.v2.model with type arguments of type DialerRulesetConfigChangeDataActionConditionPredicateModifier and TypeMethodDescriptionDialerRulesetConfigChangeCondition.predicates(List<DialerRulesetConfigChangeDataActionConditionPredicate> predicates) A list of predicates defining the comparisons to use for this condition.voidDialerRulesetConfigChangeCondition.setPredicates(List<DialerRulesetConfigChangeDataActionConditionPredicate> predicates)