public class EducationSchoolDeltaCollectionRequest extends BaseCollectionRequest<EducationSchoolDeltaCollectionResponse,IEducationSchoolDeltaCollectionPage> implements IEducationSchoolDeltaCollectionRequest
| Constructor and Description |
|---|
EducationSchoolDeltaCollectionRequest(java.lang.String requestUrl,
IBaseClient client,
java.util.List<? extends Option> requestOptions)
The request for this EducationSchoolDelta
|
| Modifier and Type | Method and Description |
|---|---|
IEducationSchoolDeltaCollectionPage |
buildFromResponse(EducationSchoolDeltaCollectionResponse response) |
IEducationSchoolDeltaCollectionRequest |
expand(java.lang.String value)
Sets the expand clause for the request
|
IEducationSchoolDeltaCollectionRequest |
filter(java.lang.String value)
Sets the filter clause for the request
|
IEducationSchoolDeltaCollectionPage |
get() |
void |
get(ICallback<? super IEducationSchoolDeltaCollectionPage> callback) |
IEducationSchoolDeltaCollectionRequest |
orderBy(java.lang.String value)
Sets the order by clause for the request
|
IEducationSchoolDeltaCollectionRequest |
select(java.lang.String value)
Sets the select clause for the request
|
IEducationSchoolDeltaCollectionRequest |
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, withHttpMethodpublic EducationSchoolDeltaCollectionRequest(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 get(ICallback<? super IEducationSchoolDeltaCollectionPage> callback)
get in interface IEducationSchoolDeltaCollectionRequestpublic IEducationSchoolDeltaCollectionPage get() throws ClientException
get in interface IEducationSchoolDeltaCollectionRequestClientExceptionpublic IEducationSchoolDeltaCollectionPage buildFromResponse(EducationSchoolDeltaCollectionResponse response)
public IEducationSchoolDeltaCollectionRequest select(java.lang.String value)
select in interface IEducationSchoolDeltaCollectionRequestvalue - the select clausepublic IEducationSchoolDeltaCollectionRequest top(int value)
top in interface IEducationSchoolDeltaCollectionRequestvalue - the max number of items to returnpublic IEducationSchoolDeltaCollectionRequest expand(java.lang.String value)
expand in interface IEducationSchoolDeltaCollectionRequestvalue - the expand clausepublic IEducationSchoolDeltaCollectionRequest filter(java.lang.String value)
value - the filter clausepublic IEducationSchoolDeltaCollectionRequest orderBy(java.lang.String value)
value - the order by clause