Class MicrosoftAuthenticatorAuthenticationMethodTargetRequestBuilder

java.lang.Object
com.microsoft.graph.http.BaseRequestBuilder<MicrosoftAuthenticatorAuthenticationMethodTarget>
com.microsoft.graph.requests.MicrosoftAuthenticatorAuthenticationMethodTargetRequestBuilder
All Implemented Interfaces:
com.microsoft.graph.http.IRequestBuilder

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

    • MicrosoftAuthenticatorAuthenticationMethodTargetRequestBuilder

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

    • buildRequest

      @Nonnull public MicrosoftAuthenticatorAuthenticationMethodTargetRequest buildRequest(@Nullable com.microsoft.graph.options.Option... requestOptions)
      Creates the request
      Parameters:
      requestOptions - the options for this request
      Returns:
      the MicrosoftAuthenticatorAuthenticationMethodTargetRequest instance
    • buildRequest

      @Nonnull public MicrosoftAuthenticatorAuthenticationMethodTargetRequest buildRequest(@Nonnull List<? extends com.microsoft.graph.options.Option> requestOptions)
      Creates the request with specific requestOptions instead of the existing requestOptions
      Parameters:
      requestOptions - the options for this request
      Returns:
      the MicrosoftAuthenticatorAuthenticationMethodTargetRequest instance