Uses of Class
com.mypurecloud.sdk.v2.model.BotAggregateQueryFilter
Packages that use BotAggregateQueryFilter
-
Uses of BotAggregateQueryFilter in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return BotAggregateQueryFilterModifier and TypeMethodDescriptionBotAggregateQueryFilter.clauses(List<BotAggregateQueryClause> clauses) Boolean 'and/or' logic with up to two-levels of nestingBotAggregationQuery.getFilter()BotAsyncAggregationQuery.getFilter()BotAggregateQueryFilter.predicates(List<BotAggregateQueryPredicate> predicates) Like a three-word sentence: (attribute-name) (operator) (target-value).BotAggregateQueryFilter.type(BotAggregateQueryFilter.TypeEnum type) Boolean operation to apply to the provided predicates and clausesMethods in com.mypurecloud.sdk.v2.model with parameters of type BotAggregateQueryFilterModifier and TypeMethodDescriptionBotAggregationQuery.filter(BotAggregateQueryFilter filter) Behaves like a SQL WHERE clause.BotAsyncAggregationQuery.filter(BotAggregateQueryFilter filter) Behaves like a SQL WHERE clause.voidBotAggregationQuery.setFilter(BotAggregateQueryFilter filter) voidBotAsyncAggregationQuery.setFilter(BotAggregateQueryFilter filter)