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