Class MicrosoftAuthenticatorAuthenticationMethodRequestBuilder

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

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

    • MicrosoftAuthenticatorAuthenticationMethodRequestBuilder

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

    • buildRequest

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

      @Nonnull public MicrosoftAuthenticatorAuthenticationMethodRequest 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 MicrosoftAuthenticatorAuthenticationMethodRequest instance
    • device

      @Nonnull public DeviceRequestBuilder device()
      Gets the request builder for Device
      Returns:
      the DeviceRequestBuilder instance
    • resetPassword

      Gets a builder to execute the method
      Parameters:
      parameters - the parameters for the service method
      Returns:
      the request builder