public interface IEducationSchoolCollectionReferenceRequest
| Modifier and Type | Method and Description |
|---|---|
EducationSchool |
post(EducationSchool newEducationSchool) |
void |
post(EducationSchool newEducationSchool,
ICallback<EducationSchool> callback) |
IEducationSchoolCollectionReferenceRequest |
select(java.lang.String value) |
IEducationSchoolCollectionReferenceRequest |
top(int value) |
void post(EducationSchool newEducationSchool, ICallback<EducationSchool> callback)
EducationSchool post(EducationSchool newEducationSchool) throws ClientException
ClientExceptionIEducationSchoolCollectionReferenceRequest select(java.lang.String value)
IEducationSchoolCollectionReferenceRequest top(int value)