Class DeviceEnrollmentWindowsHelloForBusinessConfigurationRequest

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

public class DeviceEnrollmentWindowsHelloForBusinessConfigurationRequest extends com.microsoft.graph.http.BaseRequest<DeviceEnrollmentWindowsHelloForBusinessConfiguration>
The class for the Device Enrollment Windows Hello For Business Configuration Request.
  • Constructor Details

    • DeviceEnrollmentWindowsHelloForBusinessConfigurationRequest

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