Class DriveItemDeltaCollectionPage

java.lang.Object
com.microsoft.graph.http.BaseCollectionPage<T,T2>
com.microsoft.graph.http.DeltaCollectionPage<DriveItem,DriveItemDeltaCollectionRequestBuilder>
com.microsoft.graph.requests.DriveItemDeltaCollectionPage
All Implemented Interfaces:
com.microsoft.graph.serializer.IJsonBackedObject

public class DriveItemDeltaCollectionPage extends com.microsoft.graph.http.DeltaCollectionPage<DriveItem,DriveItemDeltaCollectionRequestBuilder>
The class for the Drive Item Delta Collection Page.
  • Constructor Details

    • DriveItemDeltaCollectionPage

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

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