Package com.microsoft.graph.requests
Class ReportRootGetPrinterArchivedPrintJobsCollectionPage
java.lang.Object
com.microsoft.graph.http.BaseCollectionPage<ArchivedPrintJob,ReportRootGetPrinterArchivedPrintJobsCollectionRequestBuilder>
com.microsoft.graph.requests.ReportRootGetPrinterArchivedPrintJobsCollectionPage
- All Implemented Interfaces:
com.microsoft.graph.serializer.IJsonBackedObject
public class ReportRootGetPrinterArchivedPrintJobsCollectionPage
extends com.microsoft.graph.http.BaseCollectionPage<ArchivedPrintJob,ReportRootGetPrinterArchivedPrintJobsCollectionRequestBuilder>
The class for the Report Root Get Printer Archived Print Jobs Collection Page.
-
Constructor Summary
ConstructorsConstructorDescriptionReportRootGetPrinterArchivedPrintJobsCollectionPage(ReportRootGetPrinterArchivedPrintJobsCollectionResponse response, ReportRootGetPrinterArchivedPrintJobsCollectionRequestBuilder builder) A collection page for ArchivedPrintJob.ReportRootGetPrinterArchivedPrintJobsCollectionPage(List<ArchivedPrintJob> pageContents, ReportRootGetPrinterArchivedPrintJobsCollectionRequestBuilder nextRequestBuilder) Creates the collection page for ReportRootGetPrinterArchivedPrintJobs -
Method Summary
Methods inherited from class com.microsoft.graph.http.BaseCollectionPage
additionalDataManager, getCount, getCurrentPage, getNextPage, setRawObject
-
Constructor Details
-
ReportRootGetPrinterArchivedPrintJobsCollectionPage
public ReportRootGetPrinterArchivedPrintJobsCollectionPage(@Nonnull ReportRootGetPrinterArchivedPrintJobsCollectionResponse response, @Nonnull ReportRootGetPrinterArchivedPrintJobsCollectionRequestBuilder builder) A collection page for ArchivedPrintJob.- Parameters:
response- The serialized ReportRootGetPrinterArchivedPrintJobsCollectionResponse from the servicebuilder- The request builder for the next collection page
-
ReportRootGetPrinterArchivedPrintJobsCollectionPage
public ReportRootGetPrinterArchivedPrintJobsCollectionPage(@Nonnull List<ArchivedPrintJob> pageContents, @Nullable ReportRootGetPrinterArchivedPrintJobsCollectionRequestBuilder nextRequestBuilder) Creates the collection page for ReportRootGetPrinterArchivedPrintJobs- Parameters:
pageContents- the contents of this pagenextRequestBuilder- the request builder for the next page
-