Uses of Class
com.mypurecloud.sdk.v2.model.AnalyticsQueryAggregation
Packages that use AnalyticsQueryAggregation
-
Uses of AnalyticsQueryAggregation in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return AnalyticsQueryAggregationModifier and TypeMethodDescriptionFor use with termFrequency aggregationsFor use with numericRange aggregationsAnalyticsQueryAggregation.ranges(List<AggregationRange> ranges) For use with numericRange aggregationsFor use with termFrequency aggregationsAnalyticsQueryAggregation.type(AnalyticsQueryAggregation.TypeEnum type) Optional type, can usually be inferredMethods in com.mypurecloud.sdk.v2.model that return types with arguments of type AnalyticsQueryAggregationModifier and TypeMethodDescriptionConversationQuery.getAggregations()UserDetailsQuery.getPresenceAggregations()UserDetailsQuery.getRoutingStatusAggregations()Method parameters in com.mypurecloud.sdk.v2.model with type arguments of type AnalyticsQueryAggregationModifier and TypeMethodDescriptionConversationQuery.aggregations(List<AnalyticsQueryAggregation> aggregations) Include faceted search and aggregate roll-ups describing your search results.UserDetailsQuery.presenceAggregations(List<AnalyticsQueryAggregation> presenceAggregations) Include faceted search and aggregate roll-ups of presence data in your search results.UserDetailsQuery.routingStatusAggregations(List<AnalyticsQueryAggregation> routingStatusAggregations) Include faceted search and aggregate roll-ups of agent routing status data in your search results.voidConversationQuery.setAggregations(List<AnalyticsQueryAggregation> aggregations) voidUserDetailsQuery.setPresenceAggregations(List<AnalyticsQueryAggregation> presenceAggregations) voidUserDetailsQuery.setRoutingStatusAggregations(List<AnalyticsQueryAggregation> routingStatusAggregations)