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