Uses of Class
odata.msgraph.client.beta.complex.BucketAggregationDefinition
-
Packages that use BucketAggregationDefinition Package Description odata.msgraph.client.beta.complex -
-
Uses of BucketAggregationDefinition in odata.msgraph.client.beta.complex
Fields in odata.msgraph.client.beta.complex declared as BucketAggregationDefinition Modifier and Type Field Description protected BucketAggregationDefinitionAggregationOption. bucketDefinitionMethods in odata.msgraph.client.beta.complex that return BucketAggregationDefinition Modifier and Type Method Description BucketAggregationDefinitionBucketAggregationDefinition.Builder. build()BucketAggregationDefinitionBucketAggregationDefinition. withIsDescending(Boolean isDescending)BucketAggregationDefinitionBucketAggregationDefinition. withMinimumCount(Integer minimumCount)BucketAggregationDefinitionBucketAggregationDefinition. withPrefixFilter(String prefixFilter)BucketAggregationDefinitionBucketAggregationDefinition. withSortBy(BucketAggregationSortProperty sortBy)BucketAggregationDefinitionBucketAggregationDefinition. withUnmappedField(String name, String value)Methods in odata.msgraph.client.beta.complex that return types with arguments of type BucketAggregationDefinition Modifier and Type Method Description Optional<BucketAggregationDefinition>AggregationOption. getBucketDefinition()Methods in odata.msgraph.client.beta.complex with parameters of type BucketAggregationDefinition Modifier and Type Method Description AggregationOption.BuilderAggregationOption.Builder. bucketDefinition(BucketAggregationDefinition bucketDefinition)AggregationOptionAggregationOption. withBucketDefinition(BucketAggregationDefinition bucketDefinition)
-