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