Class DeviceCategoryCollectionPage

java.lang.Object
com.microsoft.graph.http.BaseCollectionPage<DeviceCategory,DeviceCategoryCollectionRequestBuilder>
com.microsoft.graph.requests.DeviceCategoryCollectionPage
All Implemented Interfaces:
com.microsoft.graph.serializer.IJsonBackedObject

public class DeviceCategoryCollectionPage extends com.microsoft.graph.http.BaseCollectionPage<DeviceCategory,DeviceCategoryCollectionRequestBuilder>
The class for the Device Category Collection Page.
  • Constructor Details

    • DeviceCategoryCollectionPage

      public DeviceCategoryCollectionPage(@Nonnull DeviceCategoryCollectionResponse response, @Nonnull DeviceCategoryCollectionRequestBuilder builder)
      A collection page for DeviceCategory
      Parameters:
      response - the serialized DeviceCategoryCollectionResponse from the service
      builder - the request builder for the next collection page
    • DeviceCategoryCollectionPage

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