public class Fido2AuthenticationMethodRequest extends com.microsoft.graph.http.BaseRequest<Fido2AuthenticationMethod>
Constructor and Description |
---|
Fido2AuthenticationMethodRequest(java.lang.String requestUrl,
com.microsoft.graph.core.IBaseClient<?> client,
java.util.List<? extends com.microsoft.graph.options.Option> requestOptions)
The request for the Fido2AuthenticationMethod
|
Modifier and Type | Method and Description |
---|---|
Fido2AuthenticationMethod |
delete()
Delete this item from the service
|
java.util.concurrent.CompletableFuture<Fido2AuthenticationMethod> |
deleteAsync()
Delete this item from the service
|
Fido2AuthenticationMethodRequest |
expand(java.lang.String value)
Sets the expand clause for the request
|
Fido2AuthenticationMethod |
get()
Gets the Fido2AuthenticationMethod from the service
|
java.util.concurrent.CompletableFuture<Fido2AuthenticationMethod> |
getAsync()
Gets the Fido2AuthenticationMethod from the service
|
Fido2AuthenticationMethod |
patch(Fido2AuthenticationMethod sourceFido2AuthenticationMethod)
Patches this Fido2AuthenticationMethod with a source
|
java.util.concurrent.CompletableFuture<Fido2AuthenticationMethod> |
patchAsync(Fido2AuthenticationMethod sourceFido2AuthenticationMethod)
Patches this Fido2AuthenticationMethod with a source
|
Fido2AuthenticationMethod |
post(Fido2AuthenticationMethod newFido2AuthenticationMethod)
Creates a Fido2AuthenticationMethod with a new object
|
java.util.concurrent.CompletableFuture<Fido2AuthenticationMethod> |
postAsync(Fido2AuthenticationMethod newFido2AuthenticationMethod)
Creates a Fido2AuthenticationMethod with a new object
|
Fido2AuthenticationMethod |
put(Fido2AuthenticationMethod newFido2AuthenticationMethod)
Creates a Fido2AuthenticationMethod with a new object
|
java.util.concurrent.CompletableFuture<Fido2AuthenticationMethod> |
putAsync(Fido2AuthenticationMethod newFido2AuthenticationMethod)
Creates a Fido2AuthenticationMethod with a new object
|
Fido2AuthenticationMethodRequest |
select(java.lang.String value)
Sets the select clause for the request
|
addCountOption, addExpandOption, addFilterOption, addFunctionOption, addHeader, addOrderByOption, addQueryOption, addSelectOption, addSkipOption, addSkipTokenOption, addTopOption, getClient, getDelay, getFunctionOptions, getHeaders, getHttpMethod, getHttpRequest, getMaxRedirects, getMaxRetries, getOptions, getQueryOptions, getRequestUrl, getResponseType, getShouldRedirect, getShouldRetry, getUseCaches, send, sendAsync, setDelay, setHttpMethod, setMaxRedirects, setMaxRetries, setShouldRedirect, setShouldRetry, setUseCaches, withHttpMethod
public Fido2AuthenticationMethodRequest(@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 java.util.concurrent.CompletableFuture<Fido2AuthenticationMethod> getAsync()
@Nullable public Fido2AuthenticationMethod get() throws com.microsoft.graph.core.ClientException
com.microsoft.graph.core.ClientException
- this exception occurs if the request was unable to complete for any reason@Nonnull public java.util.concurrent.CompletableFuture<Fido2AuthenticationMethod> deleteAsync()
@Nullable public Fido2AuthenticationMethod delete() throws com.microsoft.graph.core.ClientException
com.microsoft.graph.core.ClientException
- if there was an exception during the delete operation@Nonnull public java.util.concurrent.CompletableFuture<Fido2AuthenticationMethod> patchAsync(@Nonnull Fido2AuthenticationMethod sourceFido2AuthenticationMethod)
sourceFido2AuthenticationMethod
- the source object with updates@Nullable public Fido2AuthenticationMethod patch(@Nonnull Fido2AuthenticationMethod sourceFido2AuthenticationMethod) throws com.microsoft.graph.core.ClientException
sourceFido2AuthenticationMethod
- the source object with updatescom.microsoft.graph.core.ClientException
- this exception occurs if the request was unable to complete for any reason@Nonnull public java.util.concurrent.CompletableFuture<Fido2AuthenticationMethod> postAsync(@Nonnull Fido2AuthenticationMethod newFido2AuthenticationMethod)
newFido2AuthenticationMethod
- the new object to create@Nullable public Fido2AuthenticationMethod post(@Nonnull Fido2AuthenticationMethod newFido2AuthenticationMethod) throws com.microsoft.graph.core.ClientException
newFido2AuthenticationMethod
- the new object to createcom.microsoft.graph.core.ClientException
- this exception occurs if the request was unable to complete for any reason@Nonnull public java.util.concurrent.CompletableFuture<Fido2AuthenticationMethod> putAsync(@Nonnull Fido2AuthenticationMethod newFido2AuthenticationMethod)
newFido2AuthenticationMethod
- the object to create/update@Nullable public Fido2AuthenticationMethod put(@Nonnull Fido2AuthenticationMethod newFido2AuthenticationMethod) throws com.microsoft.graph.core.ClientException
newFido2AuthenticationMethod
- the object to create/updatecom.microsoft.graph.core.ClientException
- this exception occurs if the request was unable to complete for any reason@Nonnull public Fido2AuthenticationMethodRequest select(@Nonnull java.lang.String value)
value
- the select clause@Nonnull public Fido2AuthenticationMethodRequest expand(@Nonnull java.lang.String value)
value
- the expand clause