public class MicrosoftAuthenticatorAuthenticationMethodRequest extends com.microsoft.graph.http.BaseRequest<MicrosoftAuthenticatorAuthenticationMethod>
Constructor and Description |
---|
MicrosoftAuthenticatorAuthenticationMethodRequest(java.lang.String requestUrl,
com.microsoft.graph.core.IBaseClient<?> client,
java.util.List<? extends com.microsoft.graph.options.Option> requestOptions)
The request for the MicrosoftAuthenticatorAuthenticationMethod
|
Modifier and Type | Method and Description |
---|---|
MicrosoftAuthenticatorAuthenticationMethod |
delete()
Delete this item from the service
|
java.util.concurrent.CompletableFuture<MicrosoftAuthenticatorAuthenticationMethod> |
deleteAsync()
Delete this item from the service
|
MicrosoftAuthenticatorAuthenticationMethodRequest |
expand(java.lang.String value)
Sets the expand clause for the request
|
MicrosoftAuthenticatorAuthenticationMethod |
get()
Gets the MicrosoftAuthenticatorAuthenticationMethod from the service
|
java.util.concurrent.CompletableFuture<MicrosoftAuthenticatorAuthenticationMethod> |
getAsync()
Gets the MicrosoftAuthenticatorAuthenticationMethod from the service
|
MicrosoftAuthenticatorAuthenticationMethod |
patch(MicrosoftAuthenticatorAuthenticationMethod sourceMicrosoftAuthenticatorAuthenticationMethod)
Patches this MicrosoftAuthenticatorAuthenticationMethod with a source
|
java.util.concurrent.CompletableFuture<MicrosoftAuthenticatorAuthenticationMethod> |
patchAsync(MicrosoftAuthenticatorAuthenticationMethod sourceMicrosoftAuthenticatorAuthenticationMethod)
Patches this MicrosoftAuthenticatorAuthenticationMethod with a source
|
MicrosoftAuthenticatorAuthenticationMethod |
post(MicrosoftAuthenticatorAuthenticationMethod newMicrosoftAuthenticatorAuthenticationMethod)
Creates a MicrosoftAuthenticatorAuthenticationMethod with a new object
|
java.util.concurrent.CompletableFuture<MicrosoftAuthenticatorAuthenticationMethod> |
postAsync(MicrosoftAuthenticatorAuthenticationMethod newMicrosoftAuthenticatorAuthenticationMethod)
Creates a MicrosoftAuthenticatorAuthenticationMethod with a new object
|
MicrosoftAuthenticatorAuthenticationMethod |
put(MicrosoftAuthenticatorAuthenticationMethod newMicrosoftAuthenticatorAuthenticationMethod)
Creates a MicrosoftAuthenticatorAuthenticationMethod with a new object
|
java.util.concurrent.CompletableFuture<MicrosoftAuthenticatorAuthenticationMethod> |
putAsync(MicrosoftAuthenticatorAuthenticationMethod newMicrosoftAuthenticatorAuthenticationMethod)
Creates a MicrosoftAuthenticatorAuthenticationMethod with a new object
|
MicrosoftAuthenticatorAuthenticationMethodRequest |
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 MicrosoftAuthenticatorAuthenticationMethodRequest(@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<MicrosoftAuthenticatorAuthenticationMethod> getAsync()
@Nullable public MicrosoftAuthenticatorAuthenticationMethod 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<MicrosoftAuthenticatorAuthenticationMethod> deleteAsync()
@Nullable public MicrosoftAuthenticatorAuthenticationMethod 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<MicrosoftAuthenticatorAuthenticationMethod> patchAsync(@Nonnull MicrosoftAuthenticatorAuthenticationMethod sourceMicrosoftAuthenticatorAuthenticationMethod)
sourceMicrosoftAuthenticatorAuthenticationMethod
- the source object with updates@Nullable public MicrosoftAuthenticatorAuthenticationMethod patch(@Nonnull MicrosoftAuthenticatorAuthenticationMethod sourceMicrosoftAuthenticatorAuthenticationMethod) throws com.microsoft.graph.core.ClientException
sourceMicrosoftAuthenticatorAuthenticationMethod
- 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<MicrosoftAuthenticatorAuthenticationMethod> postAsync(@Nonnull MicrosoftAuthenticatorAuthenticationMethod newMicrosoftAuthenticatorAuthenticationMethod)
newMicrosoftAuthenticatorAuthenticationMethod
- the new object to create@Nullable public MicrosoftAuthenticatorAuthenticationMethod post(@Nonnull MicrosoftAuthenticatorAuthenticationMethod newMicrosoftAuthenticatorAuthenticationMethod) throws com.microsoft.graph.core.ClientException
newMicrosoftAuthenticatorAuthenticationMethod
- 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<MicrosoftAuthenticatorAuthenticationMethod> putAsync(@Nonnull MicrosoftAuthenticatorAuthenticationMethod newMicrosoftAuthenticatorAuthenticationMethod)
newMicrosoftAuthenticatorAuthenticationMethod
- the object to create/update@Nullable public MicrosoftAuthenticatorAuthenticationMethod put(@Nonnull MicrosoftAuthenticatorAuthenticationMethod newMicrosoftAuthenticatorAuthenticationMethod) throws com.microsoft.graph.core.ClientException
newMicrosoftAuthenticatorAuthenticationMethod
- the object to create/updatecom.microsoft.graph.core.ClientException
- this exception occurs if the request was unable to complete for any reason@Nonnull public MicrosoftAuthenticatorAuthenticationMethodRequest select(@Nonnull java.lang.String value)
value
- the select clause@Nonnull public MicrosoftAuthenticatorAuthenticationMethodRequest expand(@Nonnull java.lang.String value)
value
- the expand clause