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 Details

    • DeviceConfigurationCollectionPage

      public DeviceConfigurationCollectionPage(@Nonnull DeviceConfigurationCollectionResponse response, @Nonnull DeviceConfigurationCollectionRequestBuilder builder)
      A collection page for DeviceConfiguration
      Parameters:
      response - the serialized DeviceConfigurationCollectionResponse from the service
      builder - 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 page
      nextRequestBuilder - the request builder for the next page