Class DeviceInstallStateCollectionPage

java.lang.Object
com.microsoft.graph.http.BaseCollectionPage<DeviceInstallState,DeviceInstallStateCollectionRequestBuilder>
com.microsoft.graph.requests.DeviceInstallStateCollectionPage
All Implemented Interfaces:
com.microsoft.graph.serializer.IJsonBackedObject

public class DeviceInstallStateCollectionPage extends com.microsoft.graph.http.BaseCollectionPage<DeviceInstallState,DeviceInstallStateCollectionRequestBuilder>
The class for the Device Install State Collection Page.
  • Constructor Details

    • DeviceInstallStateCollectionPage

      public DeviceInstallStateCollectionPage(@Nonnull DeviceInstallStateCollectionResponse response, @Nonnull DeviceInstallStateCollectionRequestBuilder builder)
      A collection page for DeviceInstallState
      Parameters:
      response - the serialized DeviceInstallStateCollectionResponse from the service
      builder - the request builder for the next collection page
    • DeviceInstallStateCollectionPage

      public DeviceInstallStateCollectionPage(@Nonnull List<DeviceInstallState> pageContents, @Nullable DeviceInstallStateCollectionRequestBuilder nextRequestBuilder)
      Creates the collection page for DeviceInstallState
      Parameters:
      pageContents - the contents of this page
      nextRequestBuilder - the request builder for the next page