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