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