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