Uses of Class
com.mypurecloud.sdk.v2.model.SurveyAggregateQueryPredicate
Packages that use SurveyAggregateQueryPredicate
-
Uses of SurveyAggregateQueryPredicate in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return SurveyAggregateQueryPredicateModifier and TypeMethodDescriptionSurveyAggregateQueryPredicate.dimension(SurveyAggregateQueryPredicate.DimensionEnum dimension) Left hand side for dimension predicatesSurveyAggregateQueryPredicate.operator(SurveyAggregateQueryPredicate.OperatorEnum operator) Optional operator, default is matchesSurveyAggregateQueryPredicate.range(NumericRange range) Right hand side for dimension predicatesSurveyAggregateQueryPredicate.type(SurveyAggregateQueryPredicate.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 SurveyAggregateQueryPredicateModifier and TypeMethodDescriptionSurveyAggregateQueryClause.getPredicates()SurveyAggregateQueryFilter.getPredicates()Method parameters in com.mypurecloud.sdk.v2.model with type arguments of type SurveyAggregateQueryPredicateModifier and TypeMethodDescriptionSurveyAggregateQueryClause.predicates(List<SurveyAggregateQueryPredicate> predicates) Like a three-word sentence: (attribute-name) (operator) (target-value).SurveyAggregateQueryFilter.predicates(List<SurveyAggregateQueryPredicate> predicates) Like a three-word sentence: (attribute-name) (operator) (target-value).voidSurveyAggregateQueryClause.setPredicates(List<SurveyAggregateQueryPredicate> predicates) voidSurveyAggregateQueryFilter.setPredicates(List<SurveyAggregateQueryPredicate> predicates)