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