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