public class ReportRootGetPrinterArchivedPrintJobsCollectionPage extends com.microsoft.graph.http.BaseCollectionPage<ArchivedPrintJob,ReportRootGetPrinterArchivedPrintJobsCollectionRequestBuilder>
| Constructor and Description |
|---|
ReportRootGetPrinterArchivedPrintJobsCollectionPage(java.util.List<ArchivedPrintJob> pageContents,
ReportRootGetPrinterArchivedPrintJobsCollectionRequestBuilder nextRequestBuilder)
Creates the collection page for ReportRootGetPrinterArchivedPrintJobs
|
ReportRootGetPrinterArchivedPrintJobsCollectionPage(ReportRootGetPrinterArchivedPrintJobsCollectionResponse response,
ReportRootGetPrinterArchivedPrintJobsCollectionRequestBuilder builder)
A collection page for ArchivedPrintJob.
|
public ReportRootGetPrinterArchivedPrintJobsCollectionPage(@Nonnull
ReportRootGetPrinterArchivedPrintJobsCollectionResponse response,
@Nonnull
ReportRootGetPrinterArchivedPrintJobsCollectionRequestBuilder builder)
response - The serialized ReportRootGetPrinterArchivedPrintJobsCollectionResponse from the servicebuilder - The request builder for the next collection pagepublic ReportRootGetPrinterArchivedPrintJobsCollectionPage(@Nonnull
java.util.List<ArchivedPrintJob> pageContents,
@Nullable
ReportRootGetPrinterArchivedPrintJobsCollectionRequestBuilder nextRequestBuilder)
pageContents - the contents of this pagenextRequestBuilder - the request builder for the next page