Class DeviceDeltaCollectionPage

java.lang.Object
com.microsoft.graph.http.BaseCollectionPage<T,T2>
com.microsoft.graph.http.DeltaCollectionPage<Device,DeviceDeltaCollectionRequestBuilder>
com.microsoft.graph.requests.DeviceDeltaCollectionPage
All Implemented Interfaces:
com.microsoft.graph.serializer.IJsonBackedObject

public class DeviceDeltaCollectionPage extends com.microsoft.graph.http.DeltaCollectionPage<Device,DeviceDeltaCollectionRequestBuilder>
The class for the Device Delta Collection Page.
  • Constructor Details

    • DeviceDeltaCollectionPage

      public DeviceDeltaCollectionPage(@Nonnull DeviceDeltaCollectionResponse response, @Nonnull DeviceDeltaCollectionRequestBuilder builder)
      A collection page for Device.
      Parameters:
      response - The serialized DeviceDeltaCollectionResponse from the service
      builder - The request builder for the next collection page
    • DeviceDeltaCollectionPage

      public DeviceDeltaCollectionPage(@Nonnull List<Device> pageContents, @Nullable DeviceDeltaCollectionRequestBuilder nextRequestBuilder)
      Creates the collection page for DeviceDelta
      Parameters:
      pageContents - the contents of this page
      nextRequestBuilder - the request builder for the next page