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