Uses of Class
odata.msgraph.client.beta.complex.BucketAggregationRange
-
Packages that use BucketAggregationRange Package Description odata.msgraph.client.beta.complex -
-
Uses of BucketAggregationRange in odata.msgraph.client.beta.complex
Fields in odata.msgraph.client.beta.complex with type parameters of type BucketAggregationRange Modifier and Type Field Description protected List<BucketAggregationRange>BucketAggregationDefinition. rangesMethods in odata.msgraph.client.beta.complex that return BucketAggregationRange Modifier and Type Method Description BucketAggregationRangeBucketAggregationRange.Builder. build()BucketAggregationRangeBucketAggregationRange. withFrom(String from)BucketAggregationRangeBucketAggregationRange. withTo(String to)BucketAggregationRangeBucketAggregationRange. withUnmappedField(String name, String value)Methods in odata.msgraph.client.beta.complex that return types with arguments of type BucketAggregationRange Modifier and Type Method Description com.github.davidmoten.odata.client.CollectionPage<BucketAggregationRange>BucketAggregationDefinition. getRanges()com.github.davidmoten.odata.client.CollectionPage<BucketAggregationRange>BucketAggregationDefinition. getRanges(com.github.davidmoten.odata.client.HttpRequestOptions options)Methods in odata.msgraph.client.beta.complex with parameters of type BucketAggregationRange Modifier and Type Method Description BucketAggregationDefinition.BuilderBucketAggregationDefinition.Builder. ranges(BucketAggregationRange... ranges)Method parameters in odata.msgraph.client.beta.complex with type arguments of type BucketAggregationRange Modifier and Type Method Description BucketAggregationDefinition.BuilderBucketAggregationDefinition.Builder. ranges(List<BucketAggregationRange> ranges)
-