public interface ISiteCollectionRequest
| Modifier and Type | Method and Description |
|---|---|
ISiteCollectionRequest |
expand(java.lang.String value)
Sets the expand clause for the request
|
ISiteCollectionPage |
get() |
void |
get(ICallback<ISiteCollectionPage> callback) |
Site |
post(Site newSite) |
void |
post(Site newSite,
ICallback<Site> callback) |
ISiteCollectionRequest |
select(java.lang.String value)
Sets the select clause for the request
|
ISiteCollectionRequest |
top(int value)
Sets the top value for the request
|
void get(ICallback<ISiteCollectionPage> callback)
ISiteCollectionPage get() throws ClientException
ClientExceptionSite post(Site newSite) throws ClientException
ClientExceptionISiteCollectionRequest expand(java.lang.String value)
value - the expand clauseISiteCollectionRequest select(java.lang.String value)
value - the select clauseISiteCollectionRequest top(int value)
value - the max number of items to return