Uses of Class
com.mypurecloud.sdk.v2.model.RateLimitAggregateQueryFilter
Packages that use RateLimitAggregateQueryFilter
-
Uses of RateLimitAggregateQueryFilter in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return RateLimitAggregateQueryFilterModifier and TypeMethodDescriptionRateLimitAggregateQueryFilter.clauses(List<RateLimitAggregateQueryClause> clauses) Boolean 'and/or' logic with up to two-levels of nestingRateLimitAggregationQuery.getFilter()RateLimitAggregateQueryFilter.predicates(List<RateLimitAggregateQueryPredicate> predicates) Like a three-word sentence: (attribute-name) (operator) (target-value).RateLimitAggregateQueryFilter.type(RateLimitAggregateQueryFilter.TypeEnum type) Boolean operation to apply to the provided predicates and clausesMethods in com.mypurecloud.sdk.v2.model with parameters of type RateLimitAggregateQueryFilterModifier and TypeMethodDescriptionRateLimitAggregationQuery.filter(RateLimitAggregateQueryFilter filter) Behaves like a SQL WHERE clause.voidRateLimitAggregationQuery.setFilter(RateLimitAggregateQueryFilter filter)