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