public interface ITermsAndConditionsWithReferenceRequest extends IHttpRequest
| Modifier and Type | Method and Description |
|---|---|
void |
delete() |
void |
delete(ICallback<? super TermsAndConditions> callback) |
ITermsAndConditionsWithReferenceRequest |
expand(java.lang.String value) |
TermsAndConditions |
get() |
void |
get(ICallback<? super TermsAndConditions> callback) |
TermsAndConditions |
patch(TermsAndConditions sourceTermsAndConditions) |
void |
patch(TermsAndConditions sourceTermsAndConditions,
ICallback<? super TermsAndConditions> callback) |
TermsAndConditions |
post(TermsAndConditions newTermsAndConditions,
IJsonBackedObject payload) |
void |
post(TermsAndConditions newTermsAndConditions,
IJsonBackedObject payload,
ICallback<? super TermsAndConditions> callback) |
ITermsAndConditionsWithReferenceRequest |
select(java.lang.String value) |
addHeader, getDelay, getHeaders, getHttpMethod, getHttpRequest, getHttpRequest, getHttpRequest, getMaxRedirects, getMaxRetries, getOptions, getRequestUrl, getShouldRedirect, getShouldRetry, getUseCaches, setDelay, setMaxRedirects, setMaxRetries, setShouldRedirect, setShouldRetry, setUseCaches, withHttpMethodvoid post(TermsAndConditions newTermsAndConditions, IJsonBackedObject payload, ICallback<? super TermsAndConditions> callback)
TermsAndConditions post(TermsAndConditions newTermsAndConditions, IJsonBackedObject payload) throws ClientException
ClientExceptionvoid get(ICallback<? super TermsAndConditions> callback)
TermsAndConditions get() throws ClientException
ClientExceptionvoid delete(ICallback<? super TermsAndConditions> callback)
void delete()
throws ClientException
ClientExceptionvoid patch(TermsAndConditions sourceTermsAndConditions, ICallback<? super TermsAndConditions> callback)
TermsAndConditions patch(TermsAndConditions sourceTermsAndConditions) throws ClientException
ClientExceptionITermsAndConditionsWithReferenceRequest select(java.lang.String value)
ITermsAndConditionsWithReferenceRequest expand(java.lang.String value)