public class EducationSchoolCollectionRequest extends BaseCollectionRequest<EducationSchoolCollectionResponse,IEducationSchoolCollectionPage> implements IEducationSchoolCollectionRequest
| Constructor and Description |
|---|
EducationSchoolCollectionRequest(java.lang.String requestUrl,
IBaseClient client,
java.util.List<? extends Option> requestOptions)
The request builder for this collection of EducationSchool
|
| Modifier and Type | Method and Description |
|---|---|
IEducationSchoolCollectionPage |
buildFromResponse(EducationSchoolCollectionResponse response) |
IEducationSchoolCollectionRequest |
expand(java.lang.String value)
Sets the expand clause for the request
|
IEducationSchoolCollectionRequest |
filter(java.lang.String value)
Sets the filter clause for the request
|
IEducationSchoolCollectionPage |
get() |
void |
get(ICallback<? super IEducationSchoolCollectionPage> callback) |
IEducationSchoolCollectionRequest |
orderBy(java.lang.String value)
Sets the order by clause for the request
|
EducationSchool |
post(EducationSchool newEducationSchool) |
void |
post(EducationSchool newEducationSchool,
ICallback<? super EducationSchool> callback) |
IEducationSchoolCollectionRequest |
select(java.lang.String value)
Sets the select clause for the request
|
IEducationSchoolCollectionRequest |
skip(int value)
Sets the skip value for the request
|
IEducationSchoolCollectionRequest |
skipToken(java.lang.String skipToken)
Add Skip token for pagination
|
IEducationSchoolCollectionRequest |
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 EducationSchoolCollectionRequest(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 IEducationSchoolCollectionPage> callback)
get in interface IEducationSchoolCollectionRequestpublic IEducationSchoolCollectionPage get() throws ClientException
get in interface IEducationSchoolCollectionRequestClientExceptionpublic void post(EducationSchool newEducationSchool, ICallback<? super EducationSchool> callback)
post in interface IEducationSchoolCollectionRequestpublic EducationSchool post(EducationSchool newEducationSchool) throws ClientException
post in interface IEducationSchoolCollectionRequestClientExceptionpublic IEducationSchoolCollectionRequest expand(java.lang.String value)
expand in interface IEducationSchoolCollectionRequestvalue - the expand clausepublic IEducationSchoolCollectionRequest filter(java.lang.String value)
filter in interface IEducationSchoolCollectionRequestvalue - the filter clausepublic IEducationSchoolCollectionRequest orderBy(java.lang.String value)
orderBy in interface IEducationSchoolCollectionRequestvalue - the order by clausepublic IEducationSchoolCollectionRequest select(java.lang.String value)
select in interface IEducationSchoolCollectionRequestvalue - the select clausepublic IEducationSchoolCollectionRequest top(int value)
top in interface IEducationSchoolCollectionRequestvalue - the max number of items to returnpublic IEducationSchoolCollectionRequest skip(int value)
skip in interface IEducationSchoolCollectionRequestvalue - of the number of items to skippublic IEducationSchoolCollectionRequest skipToken(java.lang.String skipToken)
skipToken in interface IEducationSchoolCollectionRequestskipToken - - Token for paginationpublic IEducationSchoolCollectionPage buildFromResponse(EducationSchoolCollectionResponse response)