public interface IEducationSchoolWithReferenceRequest extends IHttpRequest
| Modifier and Type | Method and Description |
|---|---|
void |
delete() |
void |
delete(ICallback<? super EducationSchool> callback) |
IEducationSchoolWithReferenceRequest |
expand(java.lang.String value) |
EducationSchool |
get() |
void |
get(ICallback<? super EducationSchool> callback) |
EducationSchool |
patch(EducationSchool sourceEducationSchool) |
void |
patch(EducationSchool sourceEducationSchool,
ICallback<? super EducationSchool> callback) |
EducationSchool |
post(EducationSchool newEducationSchool,
IJsonBackedObject payload) |
void |
post(EducationSchool newEducationSchool,
IJsonBackedObject payload,
ICallback<? super EducationSchool> callback) |
IEducationSchoolWithReferenceRequest |
select(java.lang.String value) |
addHeader, getDelay, getHeaders, getHttpMethod, getHttpRequest, getHttpRequest, getHttpRequest, getMaxRedirects, getMaxRetries, getOptions, getRequestUrl, getShouldRedirect, getShouldRetry, getUseCaches, setDelay, setMaxRedirects, setMaxRetries, setShouldRedirect, setShouldRetry, setUseCaches, withHttpMethodvoid post(EducationSchool newEducationSchool, IJsonBackedObject payload, ICallback<? super EducationSchool> callback)
EducationSchool post(EducationSchool newEducationSchool, IJsonBackedObject payload) throws ClientException
ClientExceptionvoid get(ICallback<? super EducationSchool> callback)
EducationSchool get() throws ClientException
ClientExceptionvoid delete(ICallback<? super EducationSchool> callback)
void delete()
throws ClientException
ClientExceptionvoid patch(EducationSchool sourceEducationSchool, ICallback<? super EducationSchool> callback)
EducationSchool patch(EducationSchool sourceEducationSchool) throws ClientException
ClientExceptionIEducationSchoolWithReferenceRequest select(java.lang.String value)
IEducationSchoolWithReferenceRequest expand(java.lang.String value)