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