public interface ISiteCollectionRequest extends IHttpRequest
| Modifier and Type | Method and Description |
|---|---|
ISiteCollectionRequest |
expand(java.lang.String value)
Sets the expand clause for the request
|
ISiteCollectionRequest |
filter(java.lang.String value)
Sets the filter clause for the request
|
ISiteCollectionPage |
get() |
void |
get(ICallback<? super ISiteCollectionPage> callback) |
ISiteCollectionRequest |
orderBy(java.lang.String value)
Sets the order by clause for the request
|
Site |
post(Site newSite) |
void |
post(Site newSite,
ICallback<? super Site> callback) |
ISiteCollectionRequest |
select(java.lang.String value)
Sets the select clause for the request
|
ISiteCollectionRequest |
skip(int value)
Sets the skip value for the request
|
ISiteCollectionRequest |
skipToken(java.lang.String skipToken)
Sets the skip token value for the request
|
ISiteCollectionRequest |
top(int value)
Sets the top value for the request
|
addHeader, getDelay, getHeaders, getHttpMethod, getHttpRequest, getHttpRequest, getHttpRequest, getMaxRedirects, getMaxRetries, getOptions, getRequestUrl, getShouldRedirect, getShouldRetry, getUseCaches, setDelay, setMaxRedirects, setMaxRetries, setShouldRedirect, setShouldRetry, setUseCaches, withHttpMethodvoid get(ICallback<? super ISiteCollectionPage> callback)
ISiteCollectionPage get() throws ClientException
ClientExceptionSite post(Site newSite) throws ClientException
ClientExceptionISiteCollectionRequest expand(java.lang.String value)
value - the expand clauseISiteCollectionRequest filter(java.lang.String value)
value - the filter clauseISiteCollectionRequest orderBy(java.lang.String value)
value - the order by clauseISiteCollectionRequest select(java.lang.String value)
value - the select clauseISiteCollectionRequest top(int value)
value - the max number of items to returnISiteCollectionRequest skip(int value)
value - of the number of items to skipISiteCollectionRequest skipToken(java.lang.String skipToken)
skipToken - value for pagination