public interface ITermsAndConditionsRequest extends IHttpRequest
| Modifier and Type | Method and Description |
|---|---|
void |
delete()
Delete this item from the service
|
void |
delete(ICallback<TermsAndConditions> callback)
Delete this item from the service
|
ITermsAndConditionsRequest |
expand(java.lang.String value)
Sets the expand clause for the request
|
TermsAndConditions |
get()
Gets the TermsAndConditions from the service
|
void |
get(ICallback<TermsAndConditions> callback)
Gets the TermsAndConditions from the service
|
TermsAndConditions |
patch(TermsAndConditions sourceTermsAndConditions)
Patches this TermsAndConditions with a source
|
void |
patch(TermsAndConditions sourceTermsAndConditions,
ICallback<TermsAndConditions> callback)
Patches this TermsAndConditions with a source
|
TermsAndConditions |
post(TermsAndConditions newTermsAndConditions)
Posts a TermsAndConditions with a new object
|
void |
post(TermsAndConditions newTermsAndConditions,
ICallback<TermsAndConditions> callback)
Posts a TermsAndConditions with a new object
|
ITermsAndConditionsRequest |
select(java.lang.String value)
Sets the select clause for the request
|
addHeader, getDelay, getHeaders, getHttpMethod, getMaxRedirects, getMaxRetries, getOptions, getRequestUrl, getShouldRedirect, getShouldRetry, getUseCaches, setDelay, setMaxRedirects, setMaxRetries, setShouldRedirect, setShouldRetry, setUseCachesvoid get(ICallback<TermsAndConditions> callback)
callback - the callback to be called after success or failureTermsAndConditions get() throws ClientException
ClientException - this exception occurs if the request was unable to complete for any reasonvoid delete(ICallback<TermsAndConditions> callback)
callback - the callback when the deletion action has completedvoid delete()
throws ClientException
ClientException - if there was an exception during the delete operationvoid patch(TermsAndConditions sourceTermsAndConditions, ICallback<TermsAndConditions> callback)
sourceTermsAndConditions - the source object with updatescallback - the callback to be called after success or failureTermsAndConditions patch(TermsAndConditions sourceTermsAndConditions) throws ClientException
sourceTermsAndConditions - the source object with updatesClientException - this exception occurs if the request was unable to complete for any reasonvoid post(TermsAndConditions newTermsAndConditions, ICallback<TermsAndConditions> callback)
newTermsAndConditions - the new object to createcallback - the callback to be called after success or failureTermsAndConditions post(TermsAndConditions newTermsAndConditions) throws ClientException
newTermsAndConditions - the new object to createClientException - this exception occurs if the request was unable to complete for any reasonITermsAndConditionsRequest select(java.lang.String value)
value - the select clauseITermsAndConditionsRequest expand(java.lang.String value)
value - the expand clause