Class PrintUsageByPrinterCollectionPage

java.lang.Object
com.microsoft.graph.http.BaseCollectionPage<PrintUsageByPrinter,PrintUsageByPrinterCollectionRequestBuilder>
com.microsoft.graph.requests.PrintUsageByPrinterCollectionPage
All Implemented Interfaces:
com.microsoft.graph.serializer.IJsonBackedObject

public class PrintUsageByPrinterCollectionPage extends com.microsoft.graph.http.BaseCollectionPage<PrintUsageByPrinter,PrintUsageByPrinterCollectionRequestBuilder>
The class for the Print Usage By Printer Collection Page.
  • Constructor Details

    • PrintUsageByPrinterCollectionPage

      public PrintUsageByPrinterCollectionPage(@Nonnull PrintUsageByPrinterCollectionResponse response, @Nonnull PrintUsageByPrinterCollectionRequestBuilder builder)
      A collection page for PrintUsageByPrinter
      Parameters:
      response - the serialized PrintUsageByPrinterCollectionResponse from the service
      builder - the request builder for the next collection page
    • PrintUsageByPrinterCollectionPage

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