public class Fido2AuthenticationMethodRequest extends BaseRequest implements IFido2AuthenticationMethodRequest
functionOptions, queryOptions, REQUEST_STATS_HEADER_VALUE_FORMAT_STRING| Constructor and Description |
|---|
Fido2AuthenticationMethodRequest(java.lang.String requestUrl,
IBaseClient client,
java.util.List<? extends Option> requestOptions)
The request for the Fido2AuthenticationMethod
|
| 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)
Creates a Fido2AuthenticationMethod with a new object
|
void |
post(Fido2AuthenticationMethod newFido2AuthenticationMethod,
ICallback<? super Fido2AuthenticationMethod> callback)
Creates a Fido2AuthenticationMethod with a new object
|
Fido2AuthenticationMethod |
put(Fido2AuthenticationMethod newFido2AuthenticationMethod)
Creates a Fido2AuthenticationMethod with a new object
|
void |
put(Fido2AuthenticationMethod newFido2AuthenticationMethod,
ICallback<? super Fido2AuthenticationMethod> callback)
Creates a Fido2AuthenticationMethod with a new object
|
IFido2AuthenticationMethodRequest |
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 Fido2AuthenticationMethodRequest(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 Fido2AuthenticationMethod> callback)
get in interface IFido2AuthenticationMethodRequestcallback - the callback to be called after success or failurepublic Fido2AuthenticationMethod get() throws ClientException
get in interface IFido2AuthenticationMethodRequestClientException - this exception occurs if the request was unable to complete for any reasonpublic void delete(ICallback<? super Fido2AuthenticationMethod> callback)
delete in interface IFido2AuthenticationMethodRequestcallback - the callback when the deletion action has completedpublic void delete()
throws ClientException
delete in interface IFido2AuthenticationMethodRequestClientException - if there was an exception during the delete operationpublic void patch(Fido2AuthenticationMethod sourceFido2AuthenticationMethod, ICallback<? super Fido2AuthenticationMethod> callback)
patch in interface IFido2AuthenticationMethodRequestsourceFido2AuthenticationMethod - the source object with updatescallback - the callback to be called after success or failurepublic Fido2AuthenticationMethod patch(Fido2AuthenticationMethod sourceFido2AuthenticationMethod) throws ClientException
patch in interface IFido2AuthenticationMethodRequestsourceFido2AuthenticationMethod - the source object with updatesClientException - this exception occurs if the request was unable to complete for any reasonpublic void post(Fido2AuthenticationMethod newFido2AuthenticationMethod, ICallback<? super Fido2AuthenticationMethod> callback)
post in interface IFido2AuthenticationMethodRequestnewFido2AuthenticationMethod - the new object to createcallback - the callback to be called after success or failurepublic Fido2AuthenticationMethod post(Fido2AuthenticationMethod newFido2AuthenticationMethod) throws ClientException
post in interface IFido2AuthenticationMethodRequestnewFido2AuthenticationMethod - the new object to createClientException - this exception occurs if the request was unable to complete for any reasonpublic void put(Fido2AuthenticationMethod newFido2AuthenticationMethod, ICallback<? super Fido2AuthenticationMethod> callback)
put in interface IFido2AuthenticationMethodRequestnewFido2AuthenticationMethod - the object to create/updatecallback - the callback to be called after success or failurepublic Fido2AuthenticationMethod put(Fido2AuthenticationMethod newFido2AuthenticationMethod) throws ClientException
put in interface IFido2AuthenticationMethodRequestnewFido2AuthenticationMethod - the object to create/updateClientException - this exception occurs if the request was unable to complete for any reasonpublic IFido2AuthenticationMethodRequest select(java.lang.String value)
select in interface IFido2AuthenticationMethodRequestvalue - the select clausepublic IFido2AuthenticationMethodRequest expand(java.lang.String value)
expand in interface IFido2AuthenticationMethodRequestvalue - the expand clause