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