public interface IMicrosoftAuthenticatorAuthenticationMethodConfigurationRequest extends IHttpRequest
| 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)
Posts a MicrosoftAuthenticatorAuthenticationMethodConfiguration with a new object
|
void |
post(MicrosoftAuthenticatorAuthenticationMethodConfiguration newMicrosoftAuthenticatorAuthenticationMethodConfiguration,
ICallback<? super MicrosoftAuthenticatorAuthenticationMethodConfiguration> callback)
Posts a MicrosoftAuthenticatorAuthenticationMethodConfiguration with a new object
|
MicrosoftAuthenticatorAuthenticationMethodConfiguration |
put(MicrosoftAuthenticatorAuthenticationMethodConfiguration newMicrosoftAuthenticatorAuthenticationMethodConfiguration)
Posts a MicrosoftAuthenticatorAuthenticationMethodConfiguration with a new object
|
void |
put(MicrosoftAuthenticatorAuthenticationMethodConfiguration newMicrosoftAuthenticatorAuthenticationMethodConfiguration,
ICallback<? super MicrosoftAuthenticatorAuthenticationMethodConfiguration> callback)
Posts a MicrosoftAuthenticatorAuthenticationMethodConfiguration with a new object
|
IMicrosoftAuthenticatorAuthenticationMethodConfigurationRequest |
select(java.lang.String value)
Sets the select clause for the request
|
addHeader, getDelay, getHeaders, getHttpMethod, getHttpRequest, getHttpRequest, getHttpRequest, getMaxRedirects, getMaxRetries, getOptions, getRequestUrl, getShouldRedirect, getShouldRetry, getUseCaches, setDelay, setMaxRedirects, setMaxRetries, setShouldRedirect, setShouldRetry, setUseCaches, withHttpMethodvoid get(ICallback<? super MicrosoftAuthenticatorAuthenticationMethodConfiguration> callback)
callback - the callback to be called after success or failureMicrosoftAuthenticatorAuthenticationMethodConfiguration get() throws ClientException
ClientException - this exception occurs if the request was unable to complete for any reasonvoid delete(ICallback<? super MicrosoftAuthenticatorAuthenticationMethodConfiguration> callback)
callback - the callback when the deletion action has completedvoid delete()
throws ClientException
ClientException - if there was an exception during the delete operationvoid patch(MicrosoftAuthenticatorAuthenticationMethodConfiguration sourceMicrosoftAuthenticatorAuthenticationMethodConfiguration, ICallback<? super MicrosoftAuthenticatorAuthenticationMethodConfiguration> callback)
sourceMicrosoftAuthenticatorAuthenticationMethodConfiguration - the source object with updatescallback - the callback to be called after success or failureMicrosoftAuthenticatorAuthenticationMethodConfiguration patch(MicrosoftAuthenticatorAuthenticationMethodConfiguration sourceMicrosoftAuthenticatorAuthenticationMethodConfiguration) throws ClientException
sourceMicrosoftAuthenticatorAuthenticationMethodConfiguration - the source object with updatesClientException - this exception occurs if the request was unable to complete for any reasonvoid post(MicrosoftAuthenticatorAuthenticationMethodConfiguration newMicrosoftAuthenticatorAuthenticationMethodConfiguration, ICallback<? super MicrosoftAuthenticatorAuthenticationMethodConfiguration> callback)
newMicrosoftAuthenticatorAuthenticationMethodConfiguration - the new object to createcallback - the callback to be called after success or failureMicrosoftAuthenticatorAuthenticationMethodConfiguration post(MicrosoftAuthenticatorAuthenticationMethodConfiguration newMicrosoftAuthenticatorAuthenticationMethodConfiguration) throws ClientException
newMicrosoftAuthenticatorAuthenticationMethodConfiguration - the new object to createClientException - this exception occurs if the request was unable to complete for any reasonvoid put(MicrosoftAuthenticatorAuthenticationMethodConfiguration newMicrosoftAuthenticatorAuthenticationMethodConfiguration, ICallback<? super MicrosoftAuthenticatorAuthenticationMethodConfiguration> callback)
newMicrosoftAuthenticatorAuthenticationMethodConfiguration - the object to create/updatecallback - the callback to be called after success or failureMicrosoftAuthenticatorAuthenticationMethodConfiguration put(MicrosoftAuthenticatorAuthenticationMethodConfiguration newMicrosoftAuthenticatorAuthenticationMethodConfiguration) throws ClientException
newMicrosoftAuthenticatorAuthenticationMethodConfiguration - the object to create/updateClientException - this exception occurs if the request was unable to complete for any reasonIMicrosoftAuthenticatorAuthenticationMethodConfigurationRequest select(java.lang.String value)
value - the select clauseIMicrosoftAuthenticatorAuthenticationMethodConfigurationRequest expand(java.lang.String value)
value - the expand clause