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