Package com.microsoft.graph.requests
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 Summary
ConstructorsConstructorDescriptionMicrosoftAuthenticatorAuthenticationMethodRequestBuilder(String requestUrl, com.microsoft.graph.core.IBaseClient<?> client, List<? extends com.microsoft.graph.options.Option> requestOptions) The request builder for the MicrosoftAuthenticatorAuthenticationMethod -
Method Summary
Modifier and TypeMethodDescriptionbuildRequest(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 requestOptionsdevice()Gets the request builder for DeviceGets a builder to execute the methodMethods inherited from class com.microsoft.graph.http.BaseRequestBuilder
getClient, getOptions, getRequestUrl, getRequestUrlWithAdditionalParameter, getRequestUrlWithAdditionalSegment
-
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 URLclient- the service clientrequestOptions- 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
Gets the request builder for Device- Returns:
- the DeviceRequestBuilder instance
-
resetPassword
@Nonnull public AuthenticationMethodResetPasswordRequestBuilder resetPassword(@Nonnull AuthenticationMethodResetPasswordParameterSet parameters) Gets a builder to execute the method- Parameters:
parameters- the parameters for the service method- Returns:
- the request builder
-