Uses of Class
com.mypurecloud.sdk.v2.model.JourneyAggregateQueryPredicate
Packages that use JourneyAggregateQueryPredicate
-
Uses of JourneyAggregateQueryPredicate in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return JourneyAggregateQueryPredicateModifier and TypeMethodDescriptionJourneyAggregateQueryPredicate.dimension(JourneyAggregateQueryPredicate.DimensionEnum dimension) Left hand side for dimension predicatesJourneyAggregateQueryPredicate.operator(JourneyAggregateQueryPredicate.OperatorEnum operator) Optional operator, default is matchesJourneyAggregateQueryPredicate.range(NumericRange range) Right hand side for dimension predicatesJourneyAggregateQueryPredicate.type(JourneyAggregateQueryPredicate.TypeEnum type) Optional type, can usually be inferredRight hand side for dimension predicatesMethods in com.mypurecloud.sdk.v2.model that return types with arguments of type JourneyAggregateQueryPredicateModifier and TypeMethodDescriptionJourneyAggregateQueryClause.getPredicates()JourneyAggregateQueryFilter.getPredicates()Method parameters in com.mypurecloud.sdk.v2.model with type arguments of type JourneyAggregateQueryPredicateModifier and TypeMethodDescriptionJourneyAggregateQueryClause.predicates(List<JourneyAggregateQueryPredicate> predicates) Like a three-word sentence: (attribute-name) (operator) (target-value).JourneyAggregateQueryFilter.predicates(List<JourneyAggregateQueryPredicate> predicates) Like a three-word sentence: (attribute-name) (operator) (target-value).voidJourneyAggregateQueryClause.setPredicates(List<JourneyAggregateQueryPredicate> predicates) voidJourneyAggregateQueryFilter.setPredicates(List<JourneyAggregateQueryPredicate> predicates)