Class AuthenticationRequestBuilder

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

public class AuthenticationRequestBuilder extends com.microsoft.graph.http.BaseRequestBuilder<Authentication>
The class for the Authentication Request Builder.
  • Constructor Details

    • AuthenticationRequestBuilder

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

    • buildRequest

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

      @Nonnull public AuthenticationRequest 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 AuthenticationRequest instance
    • fido2Methods

      @Nonnull public Fido2AuthenticationMethodCollectionRequestBuilder fido2Methods()
      Gets a request builder for the Fido2AuthenticationMethod collection
      Returns:
      the collection request builder
    • fido2Methods

      @Nonnull public Fido2AuthenticationMethodRequestBuilder fido2Methods(@Nonnull String id)
      Gets a request builder for the Fido2AuthenticationMethod item
      Parameters:
      id - the item identifier
      Returns:
      the request builder
    • methods

      Gets a request builder for the AuthenticationMethod collection
      Returns:
      the collection request builder
    • methods

      @Nonnull public AuthenticationMethodRequestBuilder methods(@Nonnull String id)
      Gets a request builder for the AuthenticationMethod item
      Parameters:
      id - the item identifier
      Returns:
      the request builder
    • microsoftAuthenticatorMethods

      @Nonnull public MicrosoftAuthenticatorAuthenticationMethodCollectionRequestBuilder microsoftAuthenticatorMethods()
      Gets a request builder for the MicrosoftAuthenticatorAuthenticationMethod collection
      Returns:
      the collection request builder
    • microsoftAuthenticatorMethods

      @Nonnull public MicrosoftAuthenticatorAuthenticationMethodRequestBuilder microsoftAuthenticatorMethods(@Nonnull String id)
      Gets a request builder for the MicrosoftAuthenticatorAuthenticationMethod item
      Parameters:
      id - the item identifier
      Returns:
      the request builder
    • windowsHelloForBusinessMethods

      @Nonnull public WindowsHelloForBusinessAuthenticationMethodCollectionRequestBuilder windowsHelloForBusinessMethods()
      Gets a request builder for the WindowsHelloForBusinessAuthenticationMethod collection
      Returns:
      the collection request builder
    • windowsHelloForBusinessMethods

      @Nonnull public WindowsHelloForBusinessAuthenticationMethodRequestBuilder windowsHelloForBusinessMethods(@Nonnull String id)
      Gets a request builder for the WindowsHelloForBusinessAuthenticationMethod item
      Parameters:
      id - the item identifier
      Returns:
      the request builder