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