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