Class DeviceCompliancePolicyCollectionPage

java.lang.Object
com.microsoft.graph.http.BaseCollectionPage<DeviceCompliancePolicy,DeviceCompliancePolicyCollectionRequestBuilder>
com.microsoft.graph.requests.DeviceCompliancePolicyCollectionPage
All Implemented Interfaces:
com.microsoft.graph.serializer.IJsonBackedObject

public class DeviceCompliancePolicyCollectionPage extends com.microsoft.graph.http.BaseCollectionPage<DeviceCompliancePolicy,DeviceCompliancePolicyCollectionRequestBuilder>
The class for the Device Compliance Policy Collection Page.
  • Constructor Details

    • DeviceCompliancePolicyCollectionPage

      public DeviceCompliancePolicyCollectionPage(@Nonnull DeviceCompliancePolicyCollectionResponse response, @Nonnull DeviceCompliancePolicyCollectionRequestBuilder builder)
      A collection page for DeviceCompliancePolicy
      Parameters:
      response - the serialized DeviceCompliancePolicyCollectionResponse from the service
      builder - the request builder for the next collection page
    • DeviceCompliancePolicyCollectionPage

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