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