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