Class ManagedDeviceCollectionWithReferencesPage

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

public class ManagedDeviceCollectionWithReferencesPage extends com.microsoft.graph.http.BaseCollectionPage<ManagedDevice,ManagedDeviceCollectionWithReferencesRequestBuilder>
The class for the Managed Device Collection With References Page.
  • Constructor Details

    • ManagedDeviceCollectionWithReferencesPage

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

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