public class MicrosoftAuthenticatorAuthenticationMethodRequest extends BaseRequest implements IMicrosoftAuthenticatorAuthenticationMethodRequest
functionOptions, queryOptions, REQUEST_STATS_HEADER_VALUE_FORMAT_STRING| Constructor and Description |
|---|
MicrosoftAuthenticatorAuthenticationMethodRequest(java.lang.String requestUrl,
IBaseClient client,
java.util.List<? extends Option> requestOptions)
The request for the MicrosoftAuthenticatorAuthenticationMethod
|
| Modifier and Type | Method and Description |
|---|---|
void |
delete()
Delete this item from the service
|
void |
delete(ICallback<? super MicrosoftAuthenticatorAuthenticationMethod> callback)
Delete this item from the service
|
IMicrosoftAuthenticatorAuthenticationMethodRequest |
expand(java.lang.String value)
Sets the expand clause for the request
|
MicrosoftAuthenticatorAuthenticationMethod |
get()
Gets the MicrosoftAuthenticatorAuthenticationMethod from the service
|
void |
get(ICallback<? super MicrosoftAuthenticatorAuthenticationMethod> callback)
Gets the MicrosoftAuthenticatorAuthenticationMethod from the service
|
MicrosoftAuthenticatorAuthenticationMethod |
patch(MicrosoftAuthenticatorAuthenticationMethod sourceMicrosoftAuthenticatorAuthenticationMethod)
Patches this MicrosoftAuthenticatorAuthenticationMethod with a source
|
void |
patch(MicrosoftAuthenticatorAuthenticationMethod sourceMicrosoftAuthenticatorAuthenticationMethod,
ICallback<? super MicrosoftAuthenticatorAuthenticationMethod> callback)
Patches this MicrosoftAuthenticatorAuthenticationMethod with a source
|
MicrosoftAuthenticatorAuthenticationMethod |
post(MicrosoftAuthenticatorAuthenticationMethod newMicrosoftAuthenticatorAuthenticationMethod)
Creates a MicrosoftAuthenticatorAuthenticationMethod with a new object
|
void |
post(MicrosoftAuthenticatorAuthenticationMethod newMicrosoftAuthenticatorAuthenticationMethod,
ICallback<? super MicrosoftAuthenticatorAuthenticationMethod> callback)
Creates a MicrosoftAuthenticatorAuthenticationMethod with a new object
|
MicrosoftAuthenticatorAuthenticationMethod |
put(MicrosoftAuthenticatorAuthenticationMethod newMicrosoftAuthenticatorAuthenticationMethod)
Creates a MicrosoftAuthenticatorAuthenticationMethod with a new object
|
void |
put(MicrosoftAuthenticatorAuthenticationMethod newMicrosoftAuthenticatorAuthenticationMethod,
ICallback<? super MicrosoftAuthenticatorAuthenticationMethod> callback)
Creates a MicrosoftAuthenticatorAuthenticationMethod with a new object
|
IMicrosoftAuthenticatorAuthenticationMethodRequest |
select(java.lang.String value)
Sets the select clause for the request
|
addFunctionOption, addHeader, addQueryOption, getClient, getDelay, getFunctionOptions, getHeaders, getHttpMethod, getHttpRequest, getHttpRequest, getHttpRequest, getMaxRedirects, getMaxRetries, getOptions, getQueryOptions, getRequestUrl, getResponseType, getShouldRedirect, getShouldRetry, getUseCaches, send, send, setDelay, setHttpMethod, setMaxRedirects, setMaxRetries, setShouldRedirect, setShouldRetry, setUseCaches, withHttpMethodclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitaddHeader, getDelay, getHeaders, getHttpMethod, getHttpRequest, getHttpRequest, getHttpRequest, getMaxRedirects, getMaxRetries, getOptions, getRequestUrl, getShouldRedirect, getShouldRetry, getUseCaches, setDelay, setMaxRedirects, setMaxRetries, setShouldRedirect, setShouldRetry, setUseCaches, withHttpMethodpublic MicrosoftAuthenticatorAuthenticationMethodRequest(java.lang.String requestUrl,
IBaseClient client,
java.util.List<? extends Option> requestOptions)
requestUrl - the request URLclient - the service clientrequestOptions - the options for this requestpublic void get(ICallback<? super MicrosoftAuthenticatorAuthenticationMethod> callback)
get in interface IMicrosoftAuthenticatorAuthenticationMethodRequestcallback - the callback to be called after success or failurepublic MicrosoftAuthenticatorAuthenticationMethod get() throws ClientException
get in interface IMicrosoftAuthenticatorAuthenticationMethodRequestClientException - this exception occurs if the request was unable to complete for any reasonpublic void delete(ICallback<? super MicrosoftAuthenticatorAuthenticationMethod> callback)
delete in interface IMicrosoftAuthenticatorAuthenticationMethodRequestcallback - the callback when the deletion action has completedpublic void delete()
throws ClientException
delete in interface IMicrosoftAuthenticatorAuthenticationMethodRequestClientException - if there was an exception during the delete operationpublic void patch(MicrosoftAuthenticatorAuthenticationMethod sourceMicrosoftAuthenticatorAuthenticationMethod, ICallback<? super MicrosoftAuthenticatorAuthenticationMethod> callback)
patch in interface IMicrosoftAuthenticatorAuthenticationMethodRequestsourceMicrosoftAuthenticatorAuthenticationMethod - the source object with updatescallback - the callback to be called after success or failurepublic MicrosoftAuthenticatorAuthenticationMethod patch(MicrosoftAuthenticatorAuthenticationMethod sourceMicrosoftAuthenticatorAuthenticationMethod) throws ClientException
patch in interface IMicrosoftAuthenticatorAuthenticationMethodRequestsourceMicrosoftAuthenticatorAuthenticationMethod - the source object with updatesClientException - this exception occurs if the request was unable to complete for any reasonpublic void post(MicrosoftAuthenticatorAuthenticationMethod newMicrosoftAuthenticatorAuthenticationMethod, ICallback<? super MicrosoftAuthenticatorAuthenticationMethod> callback)
post in interface IMicrosoftAuthenticatorAuthenticationMethodRequestnewMicrosoftAuthenticatorAuthenticationMethod - the new object to createcallback - the callback to be called after success or failurepublic MicrosoftAuthenticatorAuthenticationMethod post(MicrosoftAuthenticatorAuthenticationMethod newMicrosoftAuthenticatorAuthenticationMethod) throws ClientException
post in interface IMicrosoftAuthenticatorAuthenticationMethodRequestnewMicrosoftAuthenticatorAuthenticationMethod - the new object to createClientException - this exception occurs if the request was unable to complete for any reasonpublic void put(MicrosoftAuthenticatorAuthenticationMethod newMicrosoftAuthenticatorAuthenticationMethod, ICallback<? super MicrosoftAuthenticatorAuthenticationMethod> callback)
put in interface IMicrosoftAuthenticatorAuthenticationMethodRequestnewMicrosoftAuthenticatorAuthenticationMethod - the object to create/updatecallback - the callback to be called after success or failurepublic MicrosoftAuthenticatorAuthenticationMethod put(MicrosoftAuthenticatorAuthenticationMethod newMicrosoftAuthenticatorAuthenticationMethod) throws ClientException
put in interface IMicrosoftAuthenticatorAuthenticationMethodRequestnewMicrosoftAuthenticatorAuthenticationMethod - the object to create/updateClientException - this exception occurs if the request was unable to complete for any reasonpublic IMicrosoftAuthenticatorAuthenticationMethodRequest select(java.lang.String value)
select in interface IMicrosoftAuthenticatorAuthenticationMethodRequestvalue - the select clausepublic IMicrosoftAuthenticatorAuthenticationMethodRequest expand(java.lang.String value)
expand in interface IMicrosoftAuthenticatorAuthenticationMethodRequestvalue - the expand clause