public interface IEducationSchoolReferenceRequest extends IHttpRequest
| Modifier and Type | Method and Description |
|---|---|
EducationSchool |
delete() |
void |
delete(ICallback<EducationSchool> callback) |
IEducationSchoolReferenceRequest |
expand(java.lang.String value)
Sets the expand clause for the request
|
EducationSchool |
put(EducationSchool srcEducationSchool)
Puts the EducationSchool
|
void |
put(EducationSchool srcEducationSchool,
ICallback<EducationSchool> callback)
Puts the EducationSchool
|
IEducationSchoolReferenceRequest |
select(java.lang.String value)
Sets the select clause for the request
|
addHeader, getDelay, getHeaders, getHttpMethod, getMaxRedirects, getMaxRetries, getOptions, getRequestUrl, getShouldRedirect, getShouldRetry, getUseCaches, setDelay, setMaxRedirects, setMaxRetries, setShouldRedirect, setShouldRetry, setUseCachesvoid delete(ICallback<EducationSchool> callback)
EducationSchool delete() throws ClientException
ClientExceptionIEducationSchoolReferenceRequest select(java.lang.String value)
value - the select clauseIEducationSchoolReferenceRequest expand(java.lang.String value)
value - the expand clausevoid put(EducationSchool srcEducationSchool, ICallback<EducationSchool> callback)
srcEducationSchool - the EducationSchool to PUTcallback - the callback to be called after success or failureEducationSchool put(EducationSchool srcEducationSchool) throws ClientException
srcEducationSchool - the EducationSchool to PUTClientException - an exception occurs if there was an error while the request was sent