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