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