Class DocumentSetVersionCollectionPage

java.lang.Object
com.microsoft.graph.http.BaseCollectionPage<DocumentSetVersion,DocumentSetVersionCollectionRequestBuilder>
com.microsoft.graph.requests.DocumentSetVersionCollectionPage
All Implemented Interfaces:
com.microsoft.graph.serializer.IJsonBackedObject

public class DocumentSetVersionCollectionPage extends com.microsoft.graph.http.BaseCollectionPage<DocumentSetVersion,DocumentSetVersionCollectionRequestBuilder>
The class for the Document Set Version Collection Page.
  • Constructor Details

    • DocumentSetVersionCollectionPage

      public DocumentSetVersionCollectionPage(@Nonnull DocumentSetVersionCollectionResponse response, @Nonnull DocumentSetVersionCollectionRequestBuilder builder)
      A collection page for DocumentSetVersion
      Parameters:
      response - the serialized DocumentSetVersionCollectionResponse from the service
      builder - the request builder for the next collection page
    • DocumentSetVersionCollectionPage

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