Uses of Class
com.mypurecloud.sdk.v2.model.CaseManagementAggregateQueryFilter
Packages that use CaseManagementAggregateQueryFilter
-
Uses of CaseManagementAggregateQueryFilter in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return CaseManagementAggregateQueryFilterModifier and TypeMethodDescriptionCaseManagementAggregateQueryFilter.clauses(List<CaseManagementAggregateQueryClause> clauses) Boolean 'and/or' logic with up to two-levels of nestingCaseManagementAggregationQuery.getFilter()CaseManagementAsyncAggregationQuery.getFilter()CaseManagementAggregateQueryFilter.predicates(List<CaseManagementAggregateQueryPredicate> predicates) Like a three-word sentence: (attribute-name) (operator) (target-value).CaseManagementAggregateQueryFilter.type(CaseManagementAggregateQueryFilter.TypeEnum type) Boolean operation to apply to the provided predicates and clausesMethods in com.mypurecloud.sdk.v2.model with parameters of type CaseManagementAggregateQueryFilterModifier and TypeMethodDescriptionCaseManagementAggregationQuery.filter(CaseManagementAggregateQueryFilter filter) Behaves like a SQL WHERE clause.CaseManagementAsyncAggregationQuery.filter(CaseManagementAggregateQueryFilter filter) Behaves like a SQL WHERE clause.voidCaseManagementAggregationQuery.setFilter(CaseManagementAggregateQueryFilter filter) voidCaseManagementAsyncAggregationQuery.setFilter(CaseManagementAggregateQueryFilter filter)