Package com.microsoft.graph.requests
Class AuthenticationStrengthRootRequestBuilder
java.lang.Object
com.microsoft.graph.http.BaseRequestBuilder<AuthenticationStrengthRoot>
com.microsoft.graph.requests.AuthenticationStrengthRootRequestBuilder
- All Implemented Interfaces:
com.microsoft.graph.http.IRequestBuilder
public class AuthenticationStrengthRootRequestBuilder
extends com.microsoft.graph.http.BaseRequestBuilder<AuthenticationStrengthRoot>
The class for the Authentication Strength Root Request Builder.
-
Constructor Summary
ConstructorsConstructorDescriptionAuthenticationStrengthRootRequestBuilder(String requestUrl, com.microsoft.graph.core.IBaseClient<?> client, List<? extends com.microsoft.graph.options.Option> requestOptions) The request builder for the AuthenticationStrengthRoot -
Method Summary
Modifier and TypeMethodDescriptionGets a request builder for the AuthenticationMethodModeDetail collectionGets a request builder for the AuthenticationMethodModeDetail itembuildRequest(com.microsoft.graph.options.Option... requestOptions) Creates the requestbuildRequest(List<? extends com.microsoft.graph.options.Option> requestOptions) Creates the request with specific requestOptions instead of the existing requestOptionspolicies()Gets a request builder for the AuthenticationStrengthPolicy collectionGets a request builder for the AuthenticationStrengthPolicy itemMethods inherited from class com.microsoft.graph.http.BaseRequestBuilder
getClient, getOptions, getRequestUrl, getRequestUrlWithAdditionalParameter, getRequestUrlWithAdditionalSegment
-
Constructor Details
-
AuthenticationStrengthRootRequestBuilder
public AuthenticationStrengthRootRequestBuilder(@Nonnull String requestUrl, @Nonnull com.microsoft.graph.core.IBaseClient<?> client, @Nullable List<? extends com.microsoft.graph.options.Option> requestOptions) The request builder for the AuthenticationStrengthRoot- Parameters:
requestUrl- the request URLclient- the service clientrequestOptions- the options for this request
-
-
Method Details
-
buildRequest
@Nonnull public AuthenticationStrengthRootRequest buildRequest(@Nullable com.microsoft.graph.options.Option... requestOptions) Creates the request- Parameters:
requestOptions- the options for this request- Returns:
- the AuthenticationStrengthRootRequest instance
-
buildRequest
@Nonnull public AuthenticationStrengthRootRequest 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 AuthenticationStrengthRootRequest instance
-
authenticationMethodModes
Gets a request builder for the AuthenticationMethodModeDetail collection- Returns:
- the collection request builder
-
authenticationMethodModes
@Nonnull public AuthenticationMethodModeDetailRequestBuilder authenticationMethodModes(@Nonnull String id) Gets a request builder for the AuthenticationMethodModeDetail item- Parameters:
id- the item identifier- Returns:
- the request builder
-
policies
Gets a request builder for the AuthenticationStrengthPolicy collection- Returns:
- the collection request builder
-
policies
Gets a request builder for the AuthenticationStrengthPolicy item- Parameters:
id- the item identifier- Returns:
- the request builder
-