Uses of Class
com.mypurecloud.sdk.v2.model.ConversationAggregateQueryFilter
Packages that use ConversationAggregateQueryFilter
-
Uses of ConversationAggregateQueryFilter in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return ConversationAggregateQueryFilterModifier and TypeMethodDescriptionConversationAggregateQueryFilter.clauses(List<ConversationAggregateQueryClause> clauses) Boolean 'and/or' logic with up to two-levels of nestingConversationAggregationQuery.getFilter()ConversationAsyncAggregationQuery.getFilter()ConversationAggregateQueryFilter.predicates(List<ConversationAggregateQueryPredicate> predicates) Like a three-word sentence: (attribute-name) (operator) (target-value).ConversationAggregateQueryFilter.type(ConversationAggregateQueryFilter.TypeEnum type) Boolean operation to apply to the provided predicates and clausesMethods in com.mypurecloud.sdk.v2.model with parameters of type ConversationAggregateQueryFilterModifier and TypeMethodDescriptionConversationAggregationQuery.filter(ConversationAggregateQueryFilter filter) Behaves like a SQL WHERE clause.ConversationAsyncAggregationQuery.filter(ConversationAggregateQueryFilter filter) Behaves like a SQL WHERE clause.voidConversationAggregationQuery.setFilter(ConversationAggregateQueryFilter filter) voidConversationAsyncAggregationQuery.setFilter(ConversationAggregateQueryFilter filter)