Class DeviceEnrollmentPlatformRestrictionsConfigurationRequest

java.lang.Object
com.microsoft.graph.http.BaseRequest<DeviceEnrollmentPlatformRestrictionsConfiguration>
com.microsoft.graph.requests.DeviceEnrollmentPlatformRestrictionsConfigurationRequest
All Implemented Interfaces:
com.microsoft.graph.http.IHttpRequest

public class DeviceEnrollmentPlatformRestrictionsConfigurationRequest extends com.microsoft.graph.http.BaseRequest<DeviceEnrollmentPlatformRestrictionsConfiguration>
The class for the Device Enrollment Platform Restrictions Configuration Request.
  • Constructor Details

    • DeviceEnrollmentPlatformRestrictionsConfigurationRequest

      public DeviceEnrollmentPlatformRestrictionsConfigurationRequest(@Nonnull String requestUrl, @Nonnull com.microsoft.graph.core.IBaseClient<?> client, @Nullable List<? extends com.microsoft.graph.options.Option> requestOptions)
      The request for the DeviceEnrollmentPlatformRestrictionsConfiguration
      Parameters:
      requestUrl - the request URL
      client - the service client
      requestOptions - the options for this request
  • Method Details