public class TrendingCollectionPage extends com.microsoft.graph.http.BaseCollectionPage<Trending,TrendingCollectionRequestBuilder>
Constructor and Description |
---|
TrendingCollectionPage(java.util.List<Trending> pageContents,
TrendingCollectionRequestBuilder nextRequestBuilder)
Creates the collection page for Trending
|
TrendingCollectionPage(TrendingCollectionResponse response,
TrendingCollectionRequestBuilder builder)
A collection page for Trending
|
public TrendingCollectionPage(@Nonnull TrendingCollectionResponse response, @Nonnull TrendingCollectionRequestBuilder builder)
response
- the serialized TrendingCollectionResponse from the servicebuilder
- the request builder for the next collection pagepublic TrendingCollectionPage(@Nonnull java.util.List<Trending> pageContents, @Nullable TrendingCollectionRequestBuilder nextRequestBuilder)
pageContents
- the contents of this pagenextRequestBuilder
- the request builder for the next page