Package com.microsoft.graph.requests
Class PrintConnectorCollectionWithReferencesPage
java.lang.Object
com.microsoft.graph.http.BaseCollectionPage<PrintConnector,PrintConnectorCollectionWithReferencesRequestBuilder>
com.microsoft.graph.requests.PrintConnectorCollectionWithReferencesPage
- All Implemented Interfaces:
com.microsoft.graph.serializer.IJsonBackedObject
public class PrintConnectorCollectionWithReferencesPage
extends com.microsoft.graph.http.BaseCollectionPage<PrintConnector,PrintConnectorCollectionWithReferencesRequestBuilder>
The class for the Print Connector Collection With References Page.
-
Constructor Summary
ConstructorsConstructorDescriptionPrintConnectorCollectionWithReferencesPage(PrintConnectorCollectionResponse response, PrintConnectorCollectionWithReferencesRequestBuilder builder) A collection page for PrintConnectorPrintConnectorCollectionWithReferencesPage(List<PrintConnector> pageContents, PrintConnectorCollectionWithReferencesRequestBuilder 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
-
PrintConnectorCollectionWithReferencesPage
public PrintConnectorCollectionWithReferencesPage(@Nonnull PrintConnectorCollectionResponse response, @Nullable PrintConnectorCollectionWithReferencesRequestBuilder builder) A collection page for PrintConnector- Parameters:
response- the serialized PrintConnectorCollectionResponse from the servicebuilder- the request builder for the next collection page
-
PrintConnectorCollectionWithReferencesPage
public PrintConnectorCollectionWithReferencesPage(@Nonnull List<PrintConnector> pageContents, @Nullable PrintConnectorCollectionWithReferencesRequestBuilder nextRequestBuilder) Creates the collection page for PrintConnector- Parameters:
pageContents- the contents of this pagenextRequestBuilder- the request builder for the next page
-