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 class
Calculation
Calculation.class
Filter
Filter.class
Histogram
Histogram.class
Nested
Nested.class
Term
Term.class
Timeslice
Timeslice.class
TopHits
TopHits.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 class
GenericQueryAggregation
Deprecated.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 QueryAggregation
AggregationDeserializer. deserialize(com.google.gson.JsonElement json, Type typeOfT, com.google.gson.JsonDeserializationContext context)
Deprecated.Deserializes JSON and converts it to the appropriateQueryAggregation
subclass.