Class AuthenticationMethodsPolicyRequestBuilder

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

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

    • AuthenticationMethodsPolicyRequestBuilder

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

    • buildRequest

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

      @Nonnull public AuthenticationMethodsPolicyRequest 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 AuthenticationMethodsPolicyRequest instance
    • authenticationMethodConfigurations

      @Nonnull public AuthenticationMethodConfigurationCollectionRequestBuilder authenticationMethodConfigurations()
      Gets a request builder for the AuthenticationMethodConfiguration collection
      Returns:
      the collection request builder
    • authenticationMethodConfigurations

      @Nonnull public AuthenticationMethodConfigurationRequestBuilder authenticationMethodConfigurations(@Nonnull String id)
      Gets a request builder for the AuthenticationMethodConfiguration item
      Parameters:
      id - the item identifier
      Returns:
      the request builder