public interface IEducationSchoolRequest extends IHttpRequest
| Modifier and Type | Method and Description |
|---|---|
void |
delete()
Delete this item from the service
|
void |
delete(ICallback<EducationSchool> callback)
Delete this item from the service
|
IEducationSchoolRequest |
expand(java.lang.String value)
Sets the expand clause for the request
|
EducationSchool |
get()
Gets the EducationSchool from the service
|
void |
get(ICallback<EducationSchool> callback)
Gets the EducationSchool from the service
|
EducationSchool |
patch(EducationSchool sourceEducationSchool)
Patches this EducationSchool with a source
|
void |
patch(EducationSchool sourceEducationSchool,
ICallback<EducationSchool> callback)
Patches this EducationSchool with a source
|
EducationSchool |
post(EducationSchool newEducationSchool)
Posts a EducationSchool with a new object
|
void |
post(EducationSchool newEducationSchool,
ICallback<EducationSchool> callback)
Posts a EducationSchool with a new object
|
IEducationSchoolRequest |
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 get(ICallback<EducationSchool> callback)
callback - the callback to be called after success or failureEducationSchool get() throws ClientException
ClientException - this exception occurs if the request was unable to complete for any reasonvoid delete(ICallback<EducationSchool> callback)
callback - the callback when the deletion action has completedvoid delete()
throws ClientException
ClientException - if there was an exception during the delete operationvoid patch(EducationSchool sourceEducationSchool, ICallback<EducationSchool> callback)
sourceEducationSchool - the source object with updatescallback - the callback to be called after success or failureEducationSchool patch(EducationSchool sourceEducationSchool) throws ClientException
sourceEducationSchool - the source object with updatesClientException - this exception occurs if the request was unable to complete for any reasonvoid post(EducationSchool newEducationSchool, ICallback<EducationSchool> callback)
newEducationSchool - the new object to createcallback - the callback to be called after success or failureEducationSchool post(EducationSchool newEducationSchool) throws ClientException
newEducationSchool - the new object to createClientException - this exception occurs if the request was unable to complete for any reasonIEducationSchoolRequest select(java.lang.String value)
value - the select clauseIEducationSchoolRequest expand(java.lang.String value)
value - the expand clause