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