Uses of Class
com.mypurecloud.sdk.v2.model.SurveyAggregateQueryFilter
Packages that use SurveyAggregateQueryFilter
-
Uses of SurveyAggregateQueryFilter in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return SurveyAggregateQueryFilterModifier and TypeMethodDescriptionSurveyAggregateQueryFilter.clauses(List<SurveyAggregateQueryClause> clauses) Boolean 'and/or' logic with up to two-levels of nestingSurveyAggregationQuery.getFilter()SurveyAsyncAggregationQuery.getFilter()SurveyAggregateQueryFilter.predicates(List<SurveyAggregateQueryPredicate> predicates) Like a three-word sentence: (attribute-name) (operator) (target-value).SurveyAggregateQueryFilter.type(SurveyAggregateQueryFilter.TypeEnum type) Boolean operation to apply to the provided predicates and clausesMethods in com.mypurecloud.sdk.v2.model with parameters of type SurveyAggregateQueryFilterModifier and TypeMethodDescriptionSurveyAggregationQuery.filter(SurveyAggregateQueryFilter filter) Behaves like a SQL WHERE clause.SurveyAsyncAggregationQuery.filter(SurveyAggregateQueryFilter filter) Behaves like a SQL WHERE clause.voidSurveyAggregationQuery.setFilter(SurveyAggregateQueryFilter filter) voidSurveyAsyncAggregationQuery.setFilter(SurveyAggregateQueryFilter filter)