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