Uses of Class
odata.msgraph.client.complex.AggregationOption
-
Packages that use AggregationOption Package Description odata.msgraph.client.complex -
-
Uses of AggregationOption in odata.msgraph.client.complex
Fields in odata.msgraph.client.complex with type parameters of type AggregationOption Modifier and Type Field Description protected List<AggregationOption>SearchRequest. aggregationsMethods in odata.msgraph.client.complex that return AggregationOption Modifier and Type Method Description AggregationOptionAggregationOption.Builder. build()AggregationOptionAggregationOption. withBucketDefinition(BucketAggregationDefinition bucketDefinition)AggregationOptionAggregationOption. withField(String field)AggregationOptionAggregationOption. withSize(Integer size)AggregationOptionAggregationOption. withUnmappedField(String name, String value)Methods in odata.msgraph.client.complex that return types with arguments of type AggregationOption Modifier and Type Method Description com.github.davidmoten.odata.client.CollectionPage<AggregationOption>SearchRequest. getAggregations()com.github.davidmoten.odata.client.CollectionPage<AggregationOption>SearchRequest. getAggregations(com.github.davidmoten.odata.client.HttpRequestOptions options)Methods in odata.msgraph.client.complex with parameters of type AggregationOption Modifier and Type Method Description SearchRequest.BuilderSearchRequest.Builder. aggregations(AggregationOption... aggregations)Method parameters in odata.msgraph.client.complex with type arguments of type AggregationOption Modifier and Type Method Description SearchRequest.BuilderSearchRequest.Builder. aggregations(List<AggregationOption> aggregations)
-