Package com.microsoft.graph.requests
Class PrinterShareCollectionWithReferencesPage
java.lang.Object
com.microsoft.graph.http.BaseCollectionPage<PrinterShare,PrinterShareCollectionWithReferencesRequestBuilder>
com.microsoft.graph.requests.PrinterShareCollectionWithReferencesPage
- All Implemented Interfaces:
com.microsoft.graph.serializer.IJsonBackedObject
public class PrinterShareCollectionWithReferencesPage
extends com.microsoft.graph.http.BaseCollectionPage<PrinterShare,PrinterShareCollectionWithReferencesRequestBuilder>
The class for the Printer Share Collection With References Page.
-
Constructor Summary
ConstructorsConstructorDescriptionPrinterShareCollectionWithReferencesPage
(PrinterShareCollectionResponse response, PrinterShareCollectionWithReferencesRequestBuilder builder) A collection page for PrinterSharePrinterShareCollectionWithReferencesPage
(List<PrinterShare> pageContents, PrinterShareCollectionWithReferencesRequestBuilder nextRequestBuilder) Creates the collection page for PrinterShare -
Method Summary
Methods inherited from class com.microsoft.graph.http.BaseCollectionPage
additionalDataManager, getCount, getCurrentPage, getNextPage, setRawObject
-
Constructor Details