Uses of Class
odata.msgraph.client.complex.SearchAggregation
-
Packages that use SearchAggregation Package Description odata.msgraph.client.complex -
-
Uses of SearchAggregation in odata.msgraph.client.complex
Fields in odata.msgraph.client.complex with type parameters of type SearchAggregation Modifier and Type Field Description protected List<SearchAggregation>SearchHitsContainer. aggregationsMethods in odata.msgraph.client.complex that return SearchAggregation Modifier and Type Method Description SearchAggregationSearchAggregation.Builder. build()SearchAggregationSearchAggregation. withField(String field)SearchAggregationSearchAggregation. withUnmappedField(String name, Object value)Methods in odata.msgraph.client.complex that return types with arguments of type SearchAggregation Modifier and Type Method Description com.github.davidmoten.odata.client.CollectionPage<SearchAggregation>SearchHitsContainer. getAggregations()com.github.davidmoten.odata.client.CollectionPage<SearchAggregation>SearchHitsContainer. getAggregations(com.github.davidmoten.odata.client.HttpRequestOptions options)Methods in odata.msgraph.client.complex with parameters of type SearchAggregation Modifier and Type Method Description SearchHitsContainer.BuilderSearchHitsContainer.Builder. aggregations(SearchAggregation... aggregations)Method parameters in odata.msgraph.client.complex with type arguments of type SearchAggregation Modifier and Type Method Description SearchHitsContainer.BuilderSearchHitsContainer.Builder. aggregations(List<SearchAggregation> aggregations)
-