Class WindowsDefenderAdvancedThreatProtectionConfigurationRequest

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

public class WindowsDefenderAdvancedThreatProtectionConfigurationRequest extends com.microsoft.graph.http.BaseRequest<WindowsDefenderAdvancedThreatProtectionConfiguration>
The class for the Windows Defender Advanced Threat Protection Configuration Request.
  • Constructor Details

    • WindowsDefenderAdvancedThreatProtectionConfigurationRequest

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