Uses of Class
com.mypurecloud.sdk.v2.model.FlowAggregateQueryFilter
Packages that use FlowAggregateQueryFilter
-
Uses of FlowAggregateQueryFilter in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return FlowAggregateQueryFilterModifier and TypeMethodDescriptionFlowAggregateQueryFilter.clauses(List<FlowAggregateQueryClause> clauses) Boolean 'and/or' logic with up to two-levels of nestingFlowAggregationQuery.getFilter()FlowAsyncAggregationQuery.getFilter()FlowAggregateQueryFilter.predicates(List<FlowAggregateQueryPredicate> predicates) Like a three-word sentence: (attribute-name) (operator) (target-value).FlowAggregateQueryFilter.type(FlowAggregateQueryFilter.TypeEnum type) Boolean operation to apply to the provided predicates and clausesMethods in com.mypurecloud.sdk.v2.model with parameters of type FlowAggregateQueryFilterModifier and TypeMethodDescriptionFlowAggregationQuery.filter(FlowAggregateQueryFilter filter) Behaves like a SQL WHERE clause.FlowAsyncAggregationQuery.filter(FlowAggregateQueryFilter filter) Behaves like a SQL WHERE clause.voidFlowAggregationQuery.setFilter(FlowAggregateQueryFilter filter) voidFlowAsyncAggregationQuery.setFilter(FlowAggregateQueryFilter filter)