Class DriveRecentCollectionPage

java.lang.Object
com.microsoft.graph.http.BaseCollectionPage<DriveItem,DriveRecentCollectionRequestBuilder>
com.microsoft.graph.requests.DriveRecentCollectionPage
All Implemented Interfaces:
com.microsoft.graph.serializer.IJsonBackedObject

public class DriveRecentCollectionPage extends com.microsoft.graph.http.BaseCollectionPage<DriveItem,DriveRecentCollectionRequestBuilder>
The class for the Drive Recent Collection Page.
  • Constructor Details

    • DriveRecentCollectionPage

      public DriveRecentCollectionPage(@Nonnull DriveRecentCollectionResponse response, @Nonnull DriveRecentCollectionRequestBuilder builder)
      A collection page for DriveItem.
      Parameters:
      response - The serialized DriveRecentCollectionResponse from the service
      builder - The request builder for the next collection page
    • DriveRecentCollectionPage

      public DriveRecentCollectionPage(@Nonnull List<DriveItem> pageContents, @Nullable DriveRecentCollectionRequestBuilder nextRequestBuilder)
      Creates the collection page for DriveRecent
      Parameters:
      pageContents - the contents of this page
      nextRequestBuilder - the request builder for the next page