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