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