public class SiteRemoveCollectionRequest extends BaseCollectionRequest<SiteRemoveCollectionResponse,ISiteRemoveCollectionPage> implements ISiteRemoveCollectionRequest
| Modifier and Type | Field and Description |
|---|---|
protected SiteRemoveBody |
body |
| Constructor and Description |
|---|
SiteRemoveCollectionRequest(java.lang.String requestUrl,
IBaseClient client,
java.util.List<? extends Option> requestOptions)
The request for this SiteRemove
|
| Modifier and Type | Method and Description |
|---|---|
ISiteRemoveCollectionPage |
buildFromResponse(SiteRemoveCollectionResponse response) |
ISiteRemoveCollectionRequest |
expand(java.lang.String value)
Sets the expand clause for the request
|
ISiteRemoveCollectionRequest |
filter(java.lang.String value)
Sets the filter clause for the request
|
ISiteRemoveCollectionRequest |
orderBy(java.lang.String value)
Sets the order by clause for the request
|
ISiteRemoveCollectionPage |
post() |
void |
post(ICallback<? super ISiteRemoveCollectionPage> callback) |
ISiteRemoveCollectionRequest |
select(java.lang.String value)
Sets the select clause for the request
|
ISiteRemoveCollectionRequest |
top(int value)
Sets the top value for the request
|
addFunctionOption, addHeader, addQueryOption, getBaseRequest, getCollectionPageClass, getDelay, getHeaders, getHttpMethod, getHttpRequest, getHttpRequest, getHttpRequest, getMaxRedirects, getMaxRetries, getOptions, getRequestUrl, getShouldRedirect, getShouldRetry, getUseCaches, post, send, setDelay, setMaxRedirects, setMaxRetries, setShouldRedirect, setShouldRetry, setUseCaches, withHttpMethodclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitaddHeader, getDelay, getHeaders, getHttpMethod, getHttpRequest, getHttpRequest, getHttpRequest, getMaxRedirects, getMaxRetries, getOptions, getRequestUrl, getShouldRedirect, getShouldRetry, getUseCaches, setDelay, setMaxRedirects, setMaxRetries, setShouldRedirect, setShouldRetry, setUseCaches, withHttpMethodprotected final SiteRemoveBody body
public SiteRemoveCollectionRequest(java.lang.String requestUrl,
IBaseClient client,
java.util.List<? extends Option> requestOptions)
requestUrl - the request URLclient - the service clientrequestOptions - the options for this requestpublic void post(ICallback<? super ISiteRemoveCollectionPage> callback)
post in interface ISiteRemoveCollectionRequestpublic ISiteRemoveCollectionPage post() throws ClientException
post in interface ISiteRemoveCollectionRequestClientExceptionpublic ISiteRemoveCollectionPage buildFromResponse(SiteRemoveCollectionResponse response)
public ISiteRemoveCollectionRequest select(java.lang.String value)
select in interface ISiteRemoveCollectionRequestvalue - the select clausepublic ISiteRemoveCollectionRequest top(int value)
top in interface ISiteRemoveCollectionRequestvalue - the max number of items to returnpublic ISiteRemoveCollectionRequest expand(java.lang.String value)
expand in interface ISiteRemoveCollectionRequestvalue - the expand clausepublic ISiteRemoveCollectionRequest filter(java.lang.String value)
value - the filter clausepublic ISiteRemoveCollectionRequest orderBy(java.lang.String value)
value - the order by clause