Package com.microsoft.graph.requests
Class TrendingCollectionPage
java.lang.Object
com.microsoft.graph.http.BaseCollectionPage<Trending,TrendingCollectionRequestBuilder>
com.microsoft.graph.requests.TrendingCollectionPage
- All Implemented Interfaces:
com.microsoft.graph.serializer.IJsonBackedObject
public class TrendingCollectionPage
extends com.microsoft.graph.http.BaseCollectionPage<Trending,TrendingCollectionRequestBuilder>
The class for the Trending Collection Page.
-
Constructor Summary
ConstructorsConstructorDescriptionTrendingCollectionPage(TrendingCollectionResponse response, TrendingCollectionRequestBuilder builder) A collection page for TrendingTrendingCollectionPage(List<Trending> pageContents, TrendingCollectionRequestBuilder nextRequestBuilder) Creates the collection page for Trending -
Method Summary
Methods inherited from class com.microsoft.graph.http.BaseCollectionPage
additionalDataManager, getCount, getCurrentPage, getNextPage, setRawObject
-
Constructor Details
-
TrendingCollectionPage
public TrendingCollectionPage(@Nonnull TrendingCollectionResponse response, @Nonnull TrendingCollectionRequestBuilder builder) A collection page for Trending- Parameters:
response- the serialized TrendingCollectionResponse from the servicebuilder- the request builder for the next collection page
-
TrendingCollectionPage
public TrendingCollectionPage(@Nonnull List<Trending> pageContents, @Nullable TrendingCollectionRequestBuilder nextRequestBuilder) Creates the collection page for Trending- Parameters:
pageContents- the contents of this pagenextRequestBuilder- the request builder for the next page
-