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