public class PrintConnectorCollectionWithReferencesPage extends com.microsoft.graph.http.BaseCollectionPage<PrintConnector,PrintConnectorCollectionWithReferencesRequestBuilder>
| Constructor and Description |
|---|
PrintConnectorCollectionWithReferencesPage(java.util.List<PrintConnector> pageContents,
PrintConnectorCollectionWithReferencesRequestBuilder nextRequestBuilder)
Creates the collection page for PrintConnector
|
PrintConnectorCollectionWithReferencesPage(PrintConnectorCollectionResponse response,
PrintConnectorCollectionWithReferencesRequestBuilder builder)
A collection page for PrintConnector
|
public PrintConnectorCollectionWithReferencesPage(@Nonnull
PrintConnectorCollectionResponse response,
@Nullable
PrintConnectorCollectionWithReferencesRequestBuilder builder)
response - the serialized PrintConnectorCollectionResponse from the servicebuilder - the request builder for the next collection pagepublic PrintConnectorCollectionWithReferencesPage(@Nonnull
java.util.List<PrintConnector> pageContents,
@Nullable
PrintConnectorCollectionWithReferencesRequestBuilder nextRequestBuilder)
pageContents - the contents of this pagenextRequestBuilder - the request builder for the next page