public class AuthenticationRequestBuilder extends com.microsoft.graph.http.BaseRequestBuilder<Authentication>
| Constructor and Description |
|---|
AuthenticationRequestBuilder(java.lang.String requestUrl,
com.microsoft.graph.core.IBaseClient<?> client,
java.util.List<? extends com.microsoft.graph.options.Option> requestOptions)
The request builder for the Authentication
|
| Modifier and Type | Method and Description |
|---|---|
AuthenticationRequest |
buildRequest(java.util.List<? extends com.microsoft.graph.options.Option> requestOptions)
Creates the request with specific requestOptions instead of the existing requestOptions
|
AuthenticationRequest |
buildRequest(com.microsoft.graph.options.Option... requestOptions)
Creates the request
|
Fido2AuthenticationMethodCollectionRequestBuilder |
fido2Methods()
Gets a request builder for the Fido2AuthenticationMethod collection
|
Fido2AuthenticationMethodRequestBuilder |
fido2Methods(java.lang.String id)
Gets a request builder for the Fido2AuthenticationMethod item
|
AuthenticationMethodCollectionRequestBuilder |
methods()
Gets a request builder for the AuthenticationMethod collection
|
AuthenticationMethodRequestBuilder |
methods(java.lang.String id)
Gets a request builder for the AuthenticationMethod item
|
MicrosoftAuthenticatorAuthenticationMethodCollectionRequestBuilder |
microsoftAuthenticatorMethods()
Gets a request builder for the MicrosoftAuthenticatorAuthenticationMethod collection
|
MicrosoftAuthenticatorAuthenticationMethodRequestBuilder |
microsoftAuthenticatorMethods(java.lang.String id)
Gets a request builder for the MicrosoftAuthenticatorAuthenticationMethod item
|
WindowsHelloForBusinessAuthenticationMethodCollectionRequestBuilder |
windowsHelloForBusinessMethods()
Gets a request builder for the WindowsHelloForBusinessAuthenticationMethod collection
|
WindowsHelloForBusinessAuthenticationMethodRequestBuilder |
windowsHelloForBusinessMethods(java.lang.String id)
Gets a request builder for the WindowsHelloForBusinessAuthenticationMethod item
|
public AuthenticationRequestBuilder(@Nonnull
java.lang.String requestUrl,
@Nonnull
com.microsoft.graph.core.IBaseClient<?> client,
@Nullable
java.util.List<? extends com.microsoft.graph.options.Option> requestOptions)
requestUrl - the request URLclient - the service clientrequestOptions - the options for this request@Nonnull public AuthenticationRequest buildRequest(@Nullable com.microsoft.graph.options.Option... requestOptions)
requestOptions - the options for this request@Nonnull public AuthenticationRequest buildRequest(@Nonnull java.util.List<? extends com.microsoft.graph.options.Option> requestOptions)
requestOptions - the options for this request@Nonnull public Fido2AuthenticationMethodCollectionRequestBuilder fido2Methods()
@Nonnull public Fido2AuthenticationMethodRequestBuilder fido2Methods(@Nonnull java.lang.String id)
id - the item identifier@Nonnull public AuthenticationMethodCollectionRequestBuilder methods()
@Nonnull public AuthenticationMethodRequestBuilder methods(@Nonnull java.lang.String id)
id - the item identifier@Nonnull public MicrosoftAuthenticatorAuthenticationMethodCollectionRequestBuilder microsoftAuthenticatorMethods()
@Nonnull public MicrosoftAuthenticatorAuthenticationMethodRequestBuilder microsoftAuthenticatorMethods(@Nonnull java.lang.String id)
id - the item identifier@Nonnull public WindowsHelloForBusinessAuthenticationMethodCollectionRequestBuilder windowsHelloForBusinessMethods()
@Nonnull public WindowsHelloForBusinessAuthenticationMethodRequestBuilder windowsHelloForBusinessMethods(@Nonnull java.lang.String id)
id - the item identifier