public interface IFido2AuthenticationMethodConfigurationRequest extends IHttpRequest
| Modifier and Type | Method and Description |
|---|---|
void |
delete()
Delete this item from the service
|
void |
delete(ICallback<? super Fido2AuthenticationMethodConfiguration> callback)
Delete this item from the service
|
IFido2AuthenticationMethodConfigurationRequest |
expand(java.lang.String value)
Sets the expand clause for the request
|
Fido2AuthenticationMethodConfiguration |
get()
Gets the Fido2AuthenticationMethodConfiguration from the service
|
void |
get(ICallback<? super Fido2AuthenticationMethodConfiguration> callback)
Gets the Fido2AuthenticationMethodConfiguration from the service
|
Fido2AuthenticationMethodConfiguration |
patch(Fido2AuthenticationMethodConfiguration sourceFido2AuthenticationMethodConfiguration)
Patches this Fido2AuthenticationMethodConfiguration with a source
|
void |
patch(Fido2AuthenticationMethodConfiguration sourceFido2AuthenticationMethodConfiguration,
ICallback<? super Fido2AuthenticationMethodConfiguration> callback)
Patches this Fido2AuthenticationMethodConfiguration with a source
|
Fido2AuthenticationMethodConfiguration |
post(Fido2AuthenticationMethodConfiguration newFido2AuthenticationMethodConfiguration)
Posts a Fido2AuthenticationMethodConfiguration with a new object
|
void |
post(Fido2AuthenticationMethodConfiguration newFido2AuthenticationMethodConfiguration,
ICallback<? super Fido2AuthenticationMethodConfiguration> callback)
Posts a Fido2AuthenticationMethodConfiguration with a new object
|
Fido2AuthenticationMethodConfiguration |
put(Fido2AuthenticationMethodConfiguration newFido2AuthenticationMethodConfiguration)
Posts a Fido2AuthenticationMethodConfiguration with a new object
|
void |
put(Fido2AuthenticationMethodConfiguration newFido2AuthenticationMethodConfiguration,
ICallback<? super Fido2AuthenticationMethodConfiguration> callback)
Posts a Fido2AuthenticationMethodConfiguration with a new object
|
IFido2AuthenticationMethodConfigurationRequest |
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 Fido2AuthenticationMethodConfiguration> callback)
callback - the callback to be called after success or failureFido2AuthenticationMethodConfiguration get() throws ClientException
ClientException - this exception occurs if the request was unable to complete for any reasonvoid delete(ICallback<? super Fido2AuthenticationMethodConfiguration> callback)
callback - the callback when the deletion action has completedvoid delete()
throws ClientException
ClientException - if there was an exception during the delete operationvoid patch(Fido2AuthenticationMethodConfiguration sourceFido2AuthenticationMethodConfiguration, ICallback<? super Fido2AuthenticationMethodConfiguration> callback)
sourceFido2AuthenticationMethodConfiguration - the source object with updatescallback - the callback to be called after success or failureFido2AuthenticationMethodConfiguration patch(Fido2AuthenticationMethodConfiguration sourceFido2AuthenticationMethodConfiguration) throws ClientException
sourceFido2AuthenticationMethodConfiguration - the source object with updatesClientException - this exception occurs if the request was unable to complete for any reasonvoid post(Fido2AuthenticationMethodConfiguration newFido2AuthenticationMethodConfiguration, ICallback<? super Fido2AuthenticationMethodConfiguration> callback)
newFido2AuthenticationMethodConfiguration - the new object to createcallback - the callback to be called after success or failureFido2AuthenticationMethodConfiguration post(Fido2AuthenticationMethodConfiguration newFido2AuthenticationMethodConfiguration) throws ClientException
newFido2AuthenticationMethodConfiguration - the new object to createClientException - this exception occurs if the request was unable to complete for any reasonvoid put(Fido2AuthenticationMethodConfiguration newFido2AuthenticationMethodConfiguration, ICallback<? super Fido2AuthenticationMethodConfiguration> callback)
newFido2AuthenticationMethodConfiguration - the object to create/updatecallback - the callback to be called after success or failureFido2AuthenticationMethodConfiguration put(Fido2AuthenticationMethodConfiguration newFido2AuthenticationMethodConfiguration) throws ClientException
newFido2AuthenticationMethodConfiguration - the object to create/updateClientException - this exception occurs if the request was unable to complete for any reasonIFido2AuthenticationMethodConfigurationRequest select(java.lang.String value)
value - the select clauseIFido2AuthenticationMethodConfigurationRequest expand(java.lang.String value)
value - the expand clause