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