Package com.microsoft.graph.requests
Class PrinterCollectionPage
java.lang.Object
com.microsoft.graph.http.BaseCollectionPage<Printer,PrinterCollectionRequestBuilder>
com.microsoft.graph.requests.PrinterCollectionPage
- All Implemented Interfaces:
com.microsoft.graph.serializer.IJsonBackedObject
public class PrinterCollectionPage
extends com.microsoft.graph.http.BaseCollectionPage<Printer,PrinterCollectionRequestBuilder>
The class for the Printer Collection Page.
-
Constructor Summary
ConstructorsConstructorDescriptionPrinterCollectionPage(PrinterCollectionResponse response, PrinterCollectionRequestBuilder builder) A collection page for PrinterPrinterCollectionPage(List<Printer> pageContents, PrinterCollectionRequestBuilder nextRequestBuilder) Creates the collection page for Printer -
Method Summary
Methods inherited from class com.microsoft.graph.http.BaseCollectionPage
additionalDataManager, getCount, getCurrentPage, getNextPage, setRawObject
-
Constructor Details
-
PrinterCollectionPage
public PrinterCollectionPage(@Nonnull PrinterCollectionResponse response, @Nonnull PrinterCollectionRequestBuilder builder) A collection page for Printer- Parameters:
response- the serialized PrinterCollectionResponse from the servicebuilder- the request builder for the next collection page
-
PrinterCollectionPage
public PrinterCollectionPage(@Nonnull List<Printer> pageContents, @Nullable PrinterCollectionRequestBuilder nextRequestBuilder) Creates the collection page for Printer- Parameters:
pageContents- the contents of this pagenextRequestBuilder- the request builder for the next page
-