Uses of Class
com.mypurecloud.sdk.v2.model.JourneyAggregateQueryFilter
Packages that use JourneyAggregateQueryFilter
-
Uses of JourneyAggregateQueryFilter in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return JourneyAggregateQueryFilterModifier and TypeMethodDescriptionJourneyAggregateQueryFilter.clauses(List<JourneyAggregateQueryClause> clauses) Boolean 'and/or' logic with up to two-levels of nestingJourneyAggregationQuery.getFilter()JourneyAsyncAggregationQuery.getFilter()JourneyAggregateQueryFilter.predicates(List<JourneyAggregateQueryPredicate> predicates) Like a three-word sentence: (attribute-name) (operator) (target-value).JourneyAggregateQueryFilter.type(JourneyAggregateQueryFilter.TypeEnum type) Boolean operation to apply to the provided predicates and clausesMethods in com.mypurecloud.sdk.v2.model with parameters of type JourneyAggregateQueryFilterModifier and TypeMethodDescriptionJourneyAggregationQuery.filter(JourneyAggregateQueryFilter filter) Behaves like a SQL WHERE clause.JourneyAsyncAggregationQuery.filter(JourneyAggregateQueryFilter filter) Behaves like a SQL WHERE clause.voidJourneyAggregationQuery.setFilter(JourneyAggregateQueryFilter filter) voidJourneyAsyncAggregationQuery.setFilter(JourneyAggregateQueryFilter filter)