Class ManagedDeviceCollectionPage

java.lang.Object
com.microsoft.graph.http.BaseCollectionPage<ManagedDevice,ManagedDeviceCollectionRequestBuilder>
com.microsoft.graph.requests.ManagedDeviceCollectionPage
All Implemented Interfaces:
com.microsoft.graph.serializer.IJsonBackedObject

public class ManagedDeviceCollectionPage extends com.microsoft.graph.http.BaseCollectionPage<ManagedDevice,ManagedDeviceCollectionRequestBuilder>
The class for the Managed Device Collection Page.
  • Constructor Details

    • ManagedDeviceCollectionPage

      public ManagedDeviceCollectionPage(@Nonnull ManagedDeviceCollectionResponse response, @Nonnull ManagedDeviceCollectionRequestBuilder builder)
      A collection page for ManagedDevice
      Parameters:
      response - the serialized ManagedDeviceCollectionResponse from the service
      builder - the request builder for the next collection page
    • ManagedDeviceCollectionPage

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