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