public class EducationSchoolCollectionWithReferencesRequest extends BaseCollectionRequest<EducationSchoolCollectionResponse,IEducationSchoolCollectionPage> implements IEducationSchoolCollectionWithReferencesRequest
| Constructor and Description |
|---|
EducationSchoolCollectionWithReferencesRequest(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 |
|---|---|
IEducationSchoolCollectionWithReferencesPage |
buildFromResponse(EducationSchoolCollectionResponse response) |
IEducationSchoolCollectionWithReferencesRequest |
expand(java.lang.String value) |
IEducationSchoolCollectionWithReferencesRequest |
filter(java.lang.String value) |
IEducationSchoolCollectionWithReferencesPage |
get() |
void |
get(ICallback<? super IEducationSchoolCollectionWithReferencesPage> callback) |
IEducationSchoolCollectionWithReferencesRequest |
orderBy(java.lang.String value) |
IEducationSchoolCollectionWithReferencesRequest |
select(java.lang.String value) |
IEducationSchoolCollectionWithReferencesRequest |
top(int value) |
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 EducationSchoolCollectionWithReferencesRequest(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 IEducationSchoolCollectionWithReferencesPage> callback)
get in interface IEducationSchoolCollectionWithReferencesRequestpublic IEducationSchoolCollectionWithReferencesPage get() throws ClientException
get in interface IEducationSchoolCollectionWithReferencesRequestClientExceptionpublic IEducationSchoolCollectionWithReferencesRequest expand(java.lang.String value)
expand in interface IEducationSchoolCollectionWithReferencesRequestpublic IEducationSchoolCollectionWithReferencesRequest filter(java.lang.String value)
public IEducationSchoolCollectionWithReferencesRequest orderBy(java.lang.String value)
public IEducationSchoolCollectionWithReferencesRequest select(java.lang.String value)
select in interface IEducationSchoolCollectionWithReferencesRequestpublic IEducationSchoolCollectionWithReferencesRequest top(int value)
top in interface IEducationSchoolCollectionWithReferencesRequestpublic IEducationSchoolCollectionWithReferencesPage buildFromResponse(EducationSchoolCollectionResponse response)