Uses of Class
com.mypurecloud.sdk.v2.model.FlowAggregateQueryPredicate
Packages that use FlowAggregateQueryPredicate
-
Uses of FlowAggregateQueryPredicate in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return FlowAggregateQueryPredicateModifier and TypeMethodDescriptionFlowAggregateQueryPredicate.dimension(FlowAggregateQueryPredicate.DimensionEnum dimension) Left hand side for dimension predicatesFlowAggregateQueryPredicate.operator(FlowAggregateQueryPredicate.OperatorEnum operator) Optional operator, default is matchesFlowAggregateQueryPredicate.range(NumericRange range) Right hand side for dimension predicatesFlowAggregateQueryPredicate.type(FlowAggregateQueryPredicate.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 FlowAggregateQueryPredicateModifier and TypeMethodDescriptionFlowAggregateQueryClause.getPredicates()FlowAggregateQueryFilter.getPredicates()Method parameters in com.mypurecloud.sdk.v2.model with type arguments of type FlowAggregateQueryPredicateModifier and TypeMethodDescriptionFlowAggregateQueryClause.predicates(List<FlowAggregateQueryPredicate> predicates) Like a three-word sentence: (attribute-name) (operator) (target-value).FlowAggregateQueryFilter.predicates(List<FlowAggregateQueryPredicate> predicates) Like a three-word sentence: (attribute-name) (operator) (target-value).voidFlowAggregateQueryClause.setPredicates(List<FlowAggregateQueryPredicate> predicates) voidFlowAggregateQueryFilter.setPredicates(List<FlowAggregateQueryPredicate> predicates)