Uses of Class
com.mypurecloud.sdk.v2.model.ActionAggregateQueryFilter
Packages that use ActionAggregateQueryFilter
-
Uses of ActionAggregateQueryFilter in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return ActionAggregateQueryFilterModifier and TypeMethodDescriptionActionAggregateQueryFilter.clauses(List<ActionAggregateQueryClause> clauses) Boolean 'and/or' logic with up to two-levels of nestingActionAggregationQuery.getFilter()ActionAsyncAggregationQuery.getFilter()ActionAggregateQueryFilter.predicates(List<ActionAggregateQueryPredicate> predicates) Like a three-word sentence: (attribute-name) (operator) (target-value).ActionAggregateQueryFilter.type(ActionAggregateQueryFilter.TypeEnum type) Boolean operation to apply to the provided predicates and clausesMethods in com.mypurecloud.sdk.v2.model with parameters of type ActionAggregateQueryFilterModifier and TypeMethodDescriptionActionAggregationQuery.filter(ActionAggregateQueryFilter filter) Behaves like a SQL WHERE clause.ActionAsyncAggregationQuery.filter(ActionAggregateQueryFilter filter) Behaves like a SQL WHERE clause.voidActionAggregationQuery.setFilter(ActionAggregateQueryFilter filter) voidActionAsyncAggregationQuery.setFilter(ActionAggregateQueryFilter filter)