public interface ISiteGetByPathRequest
| 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<Site> callback)
Gets the Site
|
Site |
patch(Site srcSite)
Patches the SiteGetByPath
|
void |
patch(Site srcSite,
ICallback<Site> callback)
Patches the SiteGetByPath
|
Site |
put(Site srcSite)
Puts the SiteGetByPath
|
void |
put(Site srcSite,
ICallback<Site> callback)
Puts the SiteGetByPath
|
ISiteGetByPathRequest |
select(java.lang.String value)
Sets the select clause for the request
|
void patch(Site srcSite, ICallback<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<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<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