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