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 Details

    • TrendingCollectionPage

      public TrendingCollectionPage(@Nonnull TrendingCollectionResponse response, @Nonnull TrendingCollectionRequestBuilder builder)
      A collection page for Trending
      Parameters:
      response - the serialized TrendingCollectionResponse from the service
      builder - 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 page
      nextRequestBuilder - the request builder for the next page