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