Class PrinterCollectionPage

java.lang.Object
com.microsoft.graph.http.BaseCollectionPage<Printer,PrinterCollectionRequestBuilder>
com.microsoft.graph.requests.PrinterCollectionPage
All Implemented Interfaces:
com.microsoft.graph.serializer.IJsonBackedObject

public class PrinterCollectionPage extends com.microsoft.graph.http.BaseCollectionPage<Printer,PrinterCollectionRequestBuilder>
The class for the Printer Collection Page.
  • Constructor Details

    • PrinterCollectionPage

      public PrinterCollectionPage(@Nonnull PrinterCollectionResponse response, @Nonnull PrinterCollectionRequestBuilder builder)
      A collection page for Printer
      Parameters:
      response - the serialized PrinterCollectionResponse from the service
      builder - the request builder for the next collection page
    • PrinterCollectionPage

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