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