Uses of Class
odata.msgraph.client.beta.enums.BucketAggregationSortProperty
-
Packages that use BucketAggregationSortProperty Package Description odata.msgraph.client.beta.complex odata.msgraph.client.beta.enums -
-
Uses of BucketAggregationSortProperty in odata.msgraph.client.beta.complex
Fields in odata.msgraph.client.beta.complex declared as BucketAggregationSortProperty Modifier and Type Field Description protected BucketAggregationSortPropertyBucketAggregationDefinition. sortByMethods in odata.msgraph.client.beta.complex that return types with arguments of type BucketAggregationSortProperty Modifier and Type Method Description Optional<BucketAggregationSortProperty>BucketAggregationDefinition. getSortBy()Methods in odata.msgraph.client.beta.complex with parameters of type BucketAggregationSortProperty Modifier and Type Method Description BucketAggregationDefinition.BuilderBucketAggregationDefinition.Builder. sortBy(BucketAggregationSortProperty sortBy)BucketAggregationDefinitionBucketAggregationDefinition. withSortBy(BucketAggregationSortProperty sortBy) -
Uses of BucketAggregationSortProperty in odata.msgraph.client.beta.enums
Methods in odata.msgraph.client.beta.enums that return BucketAggregationSortProperty Modifier and Type Method Description static BucketAggregationSortPropertyBucketAggregationSortProperty. valueOf(String name)Returns the enum constant of this type with the specified name.static BucketAggregationSortProperty[]BucketAggregationSortProperty. values()Returns an array containing the constants of this enum type, in the order they are declared.
-