Package odata.msgraph.client.complex
Class SearchAggregation.Builder
- java.lang.Object
-
- odata.msgraph.client.complex.SearchAggregation.Builder
-
- Enclosing class:
- SearchAggregation
public static final class SearchAggregation.Builder extends Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description SearchAggregation.Builderbuckets(List<SearchBucket> buckets)SearchAggregation.Builderbuckets(SearchBucket... buckets)SearchAggregation.BuilderbucketsNextLink(String bucketsNextLink)SearchAggregationbuild()SearchAggregation.Builderfield(String field)
-
-
-
Method Detail
-
buckets
public SearchAggregation.Builder buckets(List<SearchBucket> buckets)
-
buckets
public SearchAggregation.Builder buckets(SearchBucket... buckets)
-
bucketsNextLink
public SearchAggregation.Builder bucketsNextLink(String bucketsNextLink)
-
field
public SearchAggregation.Builder field(String field)
-
build
public SearchAggregation build()
-
-