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