Class MicrosoftAuthenticatorAuthenticationMethodTargetRequest

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

public class MicrosoftAuthenticatorAuthenticationMethodTargetRequest extends com.microsoft.graph.http.BaseRequest<MicrosoftAuthenticatorAuthenticationMethodTarget>
The class for the Microsoft Authenticator Authentication Method Target Request.
  • Constructor Details

    • MicrosoftAuthenticatorAuthenticationMethodTargetRequest

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