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