public interface IEducationSchoolCollectionRequest
| Modifier and Type | Method and Description |
|---|---|
IEducationSchoolCollectionRequest |
expand(java.lang.String value)
Sets the expand clause for the request
|
IEducationSchoolCollectionPage |
get() |
void |
get(ICallback<IEducationSchoolCollectionPage> callback) |
EducationSchool |
post(EducationSchool newEducationSchool) |
void |
post(EducationSchool newEducationSchool,
ICallback<EducationSchool> callback) |
IEducationSchoolCollectionRequest |
select(java.lang.String value)
Sets the select clause for the request
|
IEducationSchoolCollectionRequest |
top(int value)
Sets the top value for the request
|
void get(ICallback<IEducationSchoolCollectionPage> callback)
IEducationSchoolCollectionPage get() throws ClientException
ClientExceptionvoid post(EducationSchool newEducationSchool, ICallback<EducationSchool> callback)
EducationSchool post(EducationSchool newEducationSchool) throws ClientException
ClientExceptionIEducationSchoolCollectionRequest expand(java.lang.String value)
value - the expand clauseIEducationSchoolCollectionRequest select(java.lang.String value)
value - the select clauseIEducationSchoolCollectionRequest top(int value)
value - the max number of items to return