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