Class DriveItemVersionCollectionPage

java.lang.Object
com.microsoft.graph.http.BaseCollectionPage<DriveItemVersion,DriveItemVersionCollectionRequestBuilder>
com.microsoft.graph.requests.DriveItemVersionCollectionPage
All Implemented Interfaces:
com.microsoft.graph.serializer.IJsonBackedObject

public class DriveItemVersionCollectionPage extends com.microsoft.graph.http.BaseCollectionPage<DriveItemVersion,DriveItemVersionCollectionRequestBuilder>
The class for the Drive Item Version Collection Page.
  • Constructor Details

    • DriveItemVersionCollectionPage

      public DriveItemVersionCollectionPage(@Nonnull DriveItemVersionCollectionResponse response, @Nonnull DriveItemVersionCollectionRequestBuilder builder)
      A collection page for DriveItemVersion
      Parameters:
      response - the serialized DriveItemVersionCollectionResponse from the service
      builder - the request builder for the next collection page
    • DriveItemVersionCollectionPage

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