Class PrintDocumentCollectionPage

java.lang.Object
com.microsoft.graph.http.BaseCollectionPage<PrintDocument,PrintDocumentCollectionRequestBuilder>
com.microsoft.graph.requests.PrintDocumentCollectionPage
All Implemented Interfaces:
com.microsoft.graph.serializer.IJsonBackedObject

public class PrintDocumentCollectionPage extends com.microsoft.graph.http.BaseCollectionPage<PrintDocument,PrintDocumentCollectionRequestBuilder>
The class for the Print Document Collection Page.
  • Constructor Details

    • PrintDocumentCollectionPage

      public PrintDocumentCollectionPage(@Nonnull PrintDocumentCollectionResponse response, @Nonnull PrintDocumentCollectionRequestBuilder builder)
      A collection page for PrintDocument
      Parameters:
      response - the serialized PrintDocumentCollectionResponse from the service
      builder - the request builder for the next collection page
    • PrintDocumentCollectionPage

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