Package com.microsoft.graph.requests
Class PrintJobCollectionPage
java.lang.Object
com.microsoft.graph.http.BaseCollectionPage<PrintJob,PrintJobCollectionRequestBuilder>
com.microsoft.graph.requests.PrintJobCollectionPage
- All Implemented Interfaces:
com.microsoft.graph.serializer.IJsonBackedObject
public class PrintJobCollectionPage
extends com.microsoft.graph.http.BaseCollectionPage<PrintJob,PrintJobCollectionRequestBuilder>
The class for the Print Job Collection Page.
-
Constructor Summary
ConstructorsConstructorDescriptionPrintJobCollectionPage
(PrintJobCollectionResponse response, PrintJobCollectionRequestBuilder builder) A collection page for PrintJobPrintJobCollectionPage
(List<PrintJob> pageContents, PrintJobCollectionRequestBuilder nextRequestBuilder) Creates the collection page for PrintJob -
Method Summary
Methods inherited from class com.microsoft.graph.http.BaseCollectionPage
additionalDataManager, getCount, getCurrentPage, getNextPage, setRawObject
-
Constructor Details
-
PrintJobCollectionPage
public PrintJobCollectionPage(@Nonnull PrintJobCollectionResponse response, @Nonnull PrintJobCollectionRequestBuilder builder) A collection page for PrintJob- Parameters:
response
- the serialized PrintJobCollectionResponse from the servicebuilder
- the request builder for the next collection page
-
PrintJobCollectionPage
public PrintJobCollectionPage(@Nonnull List<PrintJob> pageContents, @Nullable PrintJobCollectionRequestBuilder nextRequestBuilder) Creates the collection page for PrintJob- Parameters:
pageContents
- the contents of this pagenextRequestBuilder
- the request builder for the next page
-