public class MicrosoftAuthenticatorAuthenticationMethodConfigurationRequest extends BaseRequest implements IMicrosoftAuthenticatorAuthenticationMethodConfigurationRequest
functionOptions, queryOptions, REQUEST_STATS_HEADER_VALUE_FORMAT_STRING| Constructor and Description |
|---|
MicrosoftAuthenticatorAuthenticationMethodConfigurationRequest(java.lang.String requestUrl,
IBaseClient client,
java.util.List<? extends Option> requestOptions)
The request for the MicrosoftAuthenticatorAuthenticationMethodConfiguration
|
| Modifier and Type | Method and Description |
|---|---|
void |
delete()
Delete this item from the service
|
void |
delete(ICallback<? super MicrosoftAuthenticatorAuthenticationMethodConfiguration> callback)
Delete this item from the service
|
IMicrosoftAuthenticatorAuthenticationMethodConfigurationRequest |
expand(java.lang.String value)
Sets the expand clause for the request
|
MicrosoftAuthenticatorAuthenticationMethodConfiguration |
get()
Gets the MicrosoftAuthenticatorAuthenticationMethodConfiguration from the service
|
void |
get(ICallback<? super MicrosoftAuthenticatorAuthenticationMethodConfiguration> callback)
Gets the MicrosoftAuthenticatorAuthenticationMethodConfiguration from the service
|
MicrosoftAuthenticatorAuthenticationMethodConfiguration |
patch(MicrosoftAuthenticatorAuthenticationMethodConfiguration sourceMicrosoftAuthenticatorAuthenticationMethodConfiguration)
Patches this MicrosoftAuthenticatorAuthenticationMethodConfiguration with a source
|
void |
patch(MicrosoftAuthenticatorAuthenticationMethodConfiguration sourceMicrosoftAuthenticatorAuthenticationMethodConfiguration,
ICallback<? super MicrosoftAuthenticatorAuthenticationMethodConfiguration> callback)
Patches this MicrosoftAuthenticatorAuthenticationMethodConfiguration with a source
|
MicrosoftAuthenticatorAuthenticationMethodConfiguration |
post(MicrosoftAuthenticatorAuthenticationMethodConfiguration newMicrosoftAuthenticatorAuthenticationMethodConfiguration)
Creates a MicrosoftAuthenticatorAuthenticationMethodConfiguration with a new object
|
void |
post(MicrosoftAuthenticatorAuthenticationMethodConfiguration newMicrosoftAuthenticatorAuthenticationMethodConfiguration,
ICallback<? super MicrosoftAuthenticatorAuthenticationMethodConfiguration> callback)
Creates a MicrosoftAuthenticatorAuthenticationMethodConfiguration with a new object
|
MicrosoftAuthenticatorAuthenticationMethodConfiguration |
put(MicrosoftAuthenticatorAuthenticationMethodConfiguration newMicrosoftAuthenticatorAuthenticationMethodConfiguration)
Creates a MicrosoftAuthenticatorAuthenticationMethodConfiguration with a new object
|
void |
put(MicrosoftAuthenticatorAuthenticationMethodConfiguration newMicrosoftAuthenticatorAuthenticationMethodConfiguration,
ICallback<? super MicrosoftAuthenticatorAuthenticationMethodConfiguration> callback)
Creates a MicrosoftAuthenticatorAuthenticationMethodConfiguration with a new object
|
IMicrosoftAuthenticatorAuthenticationMethodConfigurationRequest |
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 MicrosoftAuthenticatorAuthenticationMethodConfigurationRequest(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 MicrosoftAuthenticatorAuthenticationMethodConfiguration> callback)
get in interface IMicrosoftAuthenticatorAuthenticationMethodConfigurationRequestcallback - the callback to be called after success or failurepublic MicrosoftAuthenticatorAuthenticationMethodConfiguration get() throws ClientException
get in interface IMicrosoftAuthenticatorAuthenticationMethodConfigurationRequestClientException - this exception occurs if the request was unable to complete for any reasonpublic void delete(ICallback<? super MicrosoftAuthenticatorAuthenticationMethodConfiguration> callback)
delete in interface IMicrosoftAuthenticatorAuthenticationMethodConfigurationRequestcallback - the callback when the deletion action has completedpublic void delete()
throws ClientException
delete in interface IMicrosoftAuthenticatorAuthenticationMethodConfigurationRequestClientException - if there was an exception during the delete operationpublic void patch(MicrosoftAuthenticatorAuthenticationMethodConfiguration sourceMicrosoftAuthenticatorAuthenticationMethodConfiguration, ICallback<? super MicrosoftAuthenticatorAuthenticationMethodConfiguration> callback)
patch in interface IMicrosoftAuthenticatorAuthenticationMethodConfigurationRequestsourceMicrosoftAuthenticatorAuthenticationMethodConfiguration - the source object with updatescallback - the callback to be called after success or failurepublic MicrosoftAuthenticatorAuthenticationMethodConfiguration patch(MicrosoftAuthenticatorAuthenticationMethodConfiguration sourceMicrosoftAuthenticatorAuthenticationMethodConfiguration) throws ClientException
patch in interface IMicrosoftAuthenticatorAuthenticationMethodConfigurationRequestsourceMicrosoftAuthenticatorAuthenticationMethodConfiguration - the source object with updatesClientException - this exception occurs if the request was unable to complete for any reasonpublic void post(MicrosoftAuthenticatorAuthenticationMethodConfiguration newMicrosoftAuthenticatorAuthenticationMethodConfiguration, ICallback<? super MicrosoftAuthenticatorAuthenticationMethodConfiguration> callback)
post in interface IMicrosoftAuthenticatorAuthenticationMethodConfigurationRequestnewMicrosoftAuthenticatorAuthenticationMethodConfiguration - the new object to createcallback - the callback to be called after success or failurepublic MicrosoftAuthenticatorAuthenticationMethodConfiguration post(MicrosoftAuthenticatorAuthenticationMethodConfiguration newMicrosoftAuthenticatorAuthenticationMethodConfiguration) throws ClientException
post in interface IMicrosoftAuthenticatorAuthenticationMethodConfigurationRequestnewMicrosoftAuthenticatorAuthenticationMethodConfiguration - the new object to createClientException - this exception occurs if the request was unable to complete for any reasonpublic void put(MicrosoftAuthenticatorAuthenticationMethodConfiguration newMicrosoftAuthenticatorAuthenticationMethodConfiguration, ICallback<? super MicrosoftAuthenticatorAuthenticationMethodConfiguration> callback)
put in interface IMicrosoftAuthenticatorAuthenticationMethodConfigurationRequestnewMicrosoftAuthenticatorAuthenticationMethodConfiguration - the object to create/updatecallback - the callback to be called after success or failurepublic MicrosoftAuthenticatorAuthenticationMethodConfiguration put(MicrosoftAuthenticatorAuthenticationMethodConfiguration newMicrosoftAuthenticatorAuthenticationMethodConfiguration) throws ClientException
put in interface IMicrosoftAuthenticatorAuthenticationMethodConfigurationRequestnewMicrosoftAuthenticatorAuthenticationMethodConfiguration - the object to create/updateClientException - this exception occurs if the request was unable to complete for any reasonpublic IMicrosoftAuthenticatorAuthenticationMethodConfigurationRequest select(java.lang.String value)
select in interface IMicrosoftAuthenticatorAuthenticationMethodConfigurationRequestvalue - the select clausepublic IMicrosoftAuthenticatorAuthenticationMethodConfigurationRequest expand(java.lang.String value)
expand in interface IMicrosoftAuthenticatorAuthenticationMethodConfigurationRequestvalue - the expand clause