Class DriveSharedWithMeCollectionPage

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

public class DriveSharedWithMeCollectionPage extends com.microsoft.graph.http.BaseCollectionPage<DriveItem,DriveSharedWithMeCollectionRequestBuilder>
The class for the Drive Shared With Me Collection Page.
  • Constructor Details

    • DriveSharedWithMeCollectionPage

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

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