Uses of Class
com.mypurecloud.sdk.v2.model.SearchAggregation
Packages that use SearchAggregation
-
Uses of SearchAggregation in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return SearchAggregationModifier and TypeMethodDescriptionThe field used for aggregationThe name of the aggregation.SearchAggregation.order(List<SearchAggregation.OrderEnum> order) The order in which aggregation results are sortedThe number aggregations results to return out of the entire result setSearchAggregation.type(SearchAggregation.TypeEnum type) The type of aggregation to performA value to use for aggregationMethods in com.mypurecloud.sdk.v2.model that return types with arguments of type SearchAggregationMethod parameters in com.mypurecloud.sdk.v2.model with type arguments of type SearchAggregationModifier and TypeMethodDescriptionSearchRequest.aggregations(List<SearchAggregation> aggregations) Aggregation criteriavoidSearchRequest.setAggregations(List<SearchAggregation> aggregations)