Package com.microsoft.graph.requests
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 Summary
ConstructorsConstructorDescriptionPrintUsageByPrinterCollectionPage
(PrintUsageByPrinterCollectionResponse response, PrintUsageByPrinterCollectionRequestBuilder builder) A collection page for PrintUsageByPrinterPrintUsageByPrinterCollectionPage
(List<PrintUsageByPrinter> pageContents, PrintUsageByPrinterCollectionRequestBuilder nextRequestBuilder) Creates the collection page for PrintUsageByPrinter -
Method Summary
Methods inherited from class com.microsoft.graph.http.BaseCollectionPage
additionalDataManager, getCount, getCurrentPage, getNextPage, setRawObject
-
Constructor Details
-
PrintUsageByPrinterCollectionPage
public PrintUsageByPrinterCollectionPage(@Nonnull PrintUsageByPrinterCollectionResponse response, @Nonnull PrintUsageByPrinterCollectionRequestBuilder builder) A collection page for PrintUsageByPrinter- Parameters:
response
- the serialized PrintUsageByPrinterCollectionResponse from the servicebuilder
- 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 pagenextRequestBuilder
- the request builder for the next page
-