Package com.microsoft.graph.requests
Class PrinterShareCollectionPage
java.lang.Object
com.microsoft.graph.http.BaseCollectionPage<PrinterShare,PrinterShareCollectionRequestBuilder>
com.microsoft.graph.requests.PrinterShareCollectionPage
- All Implemented Interfaces:
com.microsoft.graph.serializer.IJsonBackedObject
public class PrinterShareCollectionPage
extends com.microsoft.graph.http.BaseCollectionPage<PrinterShare,PrinterShareCollectionRequestBuilder>
The class for the Printer Share Collection Page.
-
Constructor Summary
ConstructorsConstructorDescriptionPrinterShareCollectionPage(PrinterShareCollectionResponse response, PrinterShareCollectionRequestBuilder builder) A collection page for PrinterSharePrinterShareCollectionPage(List<PrinterShare> pageContents, PrinterShareCollectionRequestBuilder 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