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