Uses of Class
com.mypurecloud.sdk.v2.model.SurveyAggregateQueryClause
Packages that use SurveyAggregateQueryClause
-
Uses of SurveyAggregateQueryClause in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return SurveyAggregateQueryClauseModifier and TypeMethodDescriptionSurveyAggregateQueryClause.predicates(List<SurveyAggregateQueryPredicate> predicates) Like a three-word sentence: (attribute-name) (operator) (target-value).SurveyAggregateQueryClause.type(SurveyAggregateQueryClause.TypeEnum type) Boolean operation to apply to the provided predicatesMethods in com.mypurecloud.sdk.v2.model that return types with arguments of type SurveyAggregateQueryClauseMethod parameters in com.mypurecloud.sdk.v2.model with type arguments of type SurveyAggregateQueryClauseModifier and TypeMethodDescriptionSurveyAggregateQueryFilter.clauses(List<SurveyAggregateQueryClause> clauses) Boolean 'and/or' logic with up to two-levels of nestingvoidSurveyAggregateQueryFilter.setClauses(List<SurveyAggregateQueryClause> clauses)