Uses of Class
com.ibm.watson.discovery.v1.model.QueryAggregation
| Package | Description |
|---|---|
| com.ibm.watson.discovery.v1.model | |
| com.ibm.watson.discovery.v1.query |
-
Uses of QueryAggregation in com.ibm.watson.discovery.v1.model
Subclasses of QueryAggregation in com.ibm.watson.discovery.v1.model Modifier and Type Class Description classCalculationCalculation.classFilterFilter.classHistogramHistogram.classNestedNested.classTermTerm.classTimesliceTimeslice.classTopHitsTopHits.Methods in com.ibm.watson.discovery.v1.model that return types with arguments of type QueryAggregation Modifier and Type Method Description List<QueryAggregation>AggregationResult. getAggregations()Gets the aggregations.List<QueryAggregation>QueryAggregation. getAggregations()Gets the aggregations.List<QueryAggregation>QueryNoticesResponse. getAggregations()Gets the aggregations.List<QueryAggregation>QueryResponse. getAggregations()Gets the aggregations. -
Uses of QueryAggregation in com.ibm.watson.discovery.v1.query
Subclasses of QueryAggregation in com.ibm.watson.discovery.v1.query Modifier and Type Class Description classGenericQueryAggregationDeprecated.This class is no longer necessary with the built-in deserialization logic in the QueryAggregation class.Methods in com.ibm.watson.discovery.v1.query that return QueryAggregation Modifier and Type Method Description QueryAggregationAggregationDeserializer. deserialize(com.google.gson.JsonElement json, Type typeOfT, com.google.gson.JsonDeserializationContext context)Deprecated.Deserializes JSON and converts it to the appropriateQueryAggregationsubclass.