Uses of Class
com.mypurecloud.sdk.v2.model.ActionAggregateQueryPredicate
Packages that use ActionAggregateQueryPredicate
-
Uses of ActionAggregateQueryPredicate in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return ActionAggregateQueryPredicateModifier and TypeMethodDescriptionActionAggregateQueryPredicate.dimension(ActionAggregateQueryPredicate.DimensionEnum dimension) Left hand side for dimension predicatesActionAggregateQueryPredicate.operator(ActionAggregateQueryPredicate.OperatorEnum operator) Optional operator, default is matchesActionAggregateQueryPredicate.range(NumericRange range) Right hand side for dimension predicatesActionAggregateQueryPredicate.type(ActionAggregateQueryPredicate.TypeEnum type) Optional type, can usually be inferredRight hand side for dimension predicatesMethods in com.mypurecloud.sdk.v2.model that return types with arguments of type ActionAggregateQueryPredicateModifier and TypeMethodDescriptionActionAggregateQueryClause.getPredicates()ActionAggregateQueryFilter.getPredicates()Method parameters in com.mypurecloud.sdk.v2.model with type arguments of type ActionAggregateQueryPredicateModifier and TypeMethodDescriptionActionAggregateQueryClause.predicates(List<ActionAggregateQueryPredicate> predicates) Like a three-word sentence: (attribute-name) (operator) (target-value).ActionAggregateQueryFilter.predicates(List<ActionAggregateQueryPredicate> predicates) Like a three-word sentence: (attribute-name) (operator) (target-value).voidActionAggregateQueryClause.setPredicates(List<ActionAggregateQueryPredicate> predicates) voidActionAggregateQueryFilter.setPredicates(List<ActionAggregateQueryPredicate> predicates)