Class SharedDriveItemCollectionPage

java.lang.Object
com.microsoft.graph.http.BaseCollectionPage<SharedDriveItem,SharedDriveItemCollectionRequestBuilder>
com.microsoft.graph.requests.SharedDriveItemCollectionPage
All Implemented Interfaces:
com.microsoft.graph.serializer.IJsonBackedObject

public class SharedDriveItemCollectionPage extends com.microsoft.graph.http.BaseCollectionPage<SharedDriveItem,SharedDriveItemCollectionRequestBuilder>
The class for the Shared Drive Item Collection Page.
  • Constructor Details

    • SharedDriveItemCollectionPage

      public SharedDriveItemCollectionPage(@Nonnull SharedDriveItemCollectionResponse response, @Nonnull SharedDriveItemCollectionRequestBuilder builder)
      A collection page for SharedDriveItem
      Parameters:
      response - the serialized SharedDriveItemCollectionResponse from the service
      builder - the request builder for the next collection page
    • SharedDriveItemCollectionPage

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