Uses of Class
com.mypurecloud.sdk.v2.model.CopilotAggregateQueryFilter
Packages that use CopilotAggregateQueryFilter
-
Uses of CopilotAggregateQueryFilter in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return CopilotAggregateQueryFilterModifier and TypeMethodDescriptionCopilotAggregateQueryFilter.clauses(List<CopilotAggregateQueryClause> clauses) Boolean 'and/or' logic with up to two-levels of nestingCopilotAggregationQuery.getFilter()CopilotAsyncAggregationQuery.getFilter()CopilotAggregateQueryFilter.predicates(List<CopilotAggregateQueryPredicate> predicates) Like a three-word sentence: (attribute-name) (operator) (target-value).CopilotAggregateQueryFilter.type(CopilotAggregateQueryFilter.TypeEnum type) Boolean operation to apply to the provided predicates and clausesMethods in com.mypurecloud.sdk.v2.model with parameters of type CopilotAggregateQueryFilterModifier and TypeMethodDescriptionCopilotAggregationQuery.filter(CopilotAggregateQueryFilter filter) Behaves like a SQL WHERE clause.CopilotAsyncAggregationQuery.filter(CopilotAggregateQueryFilter filter) Behaves like a SQL WHERE clause.voidCopilotAggregationQuery.setFilter(CopilotAggregateQueryFilter filter) voidCopilotAsyncAggregationQuery.setFilter(CopilotAggregateQueryFilter filter)