public interface ISiteGetByPathRequest extends IHttpRequest
| Modifier and Type | Method and Description |
|---|---|
ISiteGetByPathRequest |
expand(java.lang.String value)
Sets the expand clause for the request
|
Site |
get()
Gets the Site
|
void |
get(ICallback<? super Site> callback)
Gets the Site
|
Site |
patch(Site srcSite)
Patches the SiteGetByPath
|
void |
patch(Site srcSite,
ICallback<? super Site> callback)
Patches the SiteGetByPath
|
Site |
put(Site srcSite)
Puts the SiteGetByPath
|
void |
put(Site srcSite,
ICallback<? super Site> callback)
Puts the SiteGetByPath
|
ISiteGetByPathRequest |
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 patch(Site srcSite, ICallback<? super Site> callback)
srcSite - the Site with which to PATCHcallback - the callback to be called after success or failureSite patch(Site srcSite) throws ClientException
srcSite - the Site with which to PATCHClientException - an exception occurs if there was an error while the request was sentvoid put(Site srcSite, ICallback<? super Site> callback)
srcSite - the Site to PUTcallback - the callback to be called after success or failureSite put(Site srcSite) throws ClientException
srcSite - the Site to PUTClientException - an exception occurs if there was an error while the request was sentvoid get(ICallback<? super Site> callback)
callback - the callback to be called after success or failureSite get() throws ClientException
ClientException - an exception occurs if there was an error while the request was sentISiteGetByPathRequest select(java.lang.String value)
value - the select clauseISiteGetByPathRequest expand(java.lang.String value)
value - the expand clause