Class DriveItemCollectionPage

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

public class DriveItemCollectionPage extends com.microsoft.graph.http.BaseCollectionPage<DriveItem,DriveItemCollectionRequestBuilder>
The class for the Drive Item Collection Page.
  • Constructor Details

    • DriveItemCollectionPage

      public DriveItemCollectionPage(@Nonnull DriveItemCollectionResponse response, @Nonnull DriveItemCollectionRequestBuilder builder)
      A collection page for DriveItem
      Parameters:
      response - the serialized DriveItemCollectionResponse from the service
      builder - the request builder for the next collection page
    • DriveItemCollectionPage

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