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