public interface IEducationSchoolCollectionRequest extends IHttpRequest
| Modifier and Type | Method and Description |
|---|---|
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)
Sets the skip token value for the request
|
IEducationSchoolCollectionRequest |
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 IEducationSchoolCollectionPage> callback)
IEducationSchoolCollectionPage get() throws ClientException
ClientExceptionvoid post(EducationSchool newEducationSchool, ICallback<? super EducationSchool> callback)
EducationSchool post(EducationSchool newEducationSchool) throws ClientException
ClientExceptionIEducationSchoolCollectionRequest expand(java.lang.String value)
value - the expand clauseIEducationSchoolCollectionRequest filter(java.lang.String value)
value - the filter clauseIEducationSchoolCollectionRequest orderBy(java.lang.String value)
value - the order by clauseIEducationSchoolCollectionRequest select(java.lang.String value)
value - the select clauseIEducationSchoolCollectionRequest top(int value)
value - the max number of items to returnIEducationSchoolCollectionRequest skip(int value)
value - of the number of items to skipIEducationSchoolCollectionRequest skipToken(java.lang.String skipToken)
skipToken - value for pagination