public class EducationSchoolReferenceRequest extends BaseRequest implements IEducationSchoolReferenceRequest
functionOptions, queryOptions, REQUEST_STATS_HEADER_VALUE_FORMAT_STRING| Constructor and Description |
|---|
EducationSchoolReferenceRequest(java.lang.String requestUrl,
IBaseClient client,
java.util.List<? extends Option> requestOptions)
The request for the EducationSchool
|
| 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
|
addFunctionOption, addHeader, addQueryOption, getClient, getDelay, getFunctionOptions, getHeaders, getHttpMethod, getMaxRedirects, getMaxRetries, getOptions, getQueryOptions, getRequestUrl, getResponseType, getShouldRedirect, getShouldRetry, getUseCaches, send, send, setDelay, setHttpMethod, setMaxRedirects, setMaxRetries, setShouldRedirect, setShouldRetry, setUseCachesclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitaddHeader, getDelay, getHeaders, getHttpMethod, getMaxRedirects, getMaxRetries, getOptions, getRequestUrl, getShouldRedirect, getShouldRetry, getUseCaches, setDelay, setMaxRedirects, setMaxRetries, setShouldRedirect, setShouldRetry, setUseCachespublic EducationSchoolReferenceRequest(java.lang.String requestUrl,
IBaseClient client,
java.util.List<? extends Option> requestOptions)
requestUrl - the request URLclient - the service clientrequestOptions - the options for this requestpublic void delete(ICallback<EducationSchool> callback)
delete in interface IEducationSchoolReferenceRequestpublic EducationSchool delete() throws ClientException
delete in interface IEducationSchoolReferenceRequestClientExceptionpublic IEducationSchoolReferenceRequest select(java.lang.String value)
select in interface IEducationSchoolReferenceRequestvalue - the select clausepublic IEducationSchoolReferenceRequest expand(java.lang.String value)
expand in interface IEducationSchoolReferenceRequestvalue - the expand clausepublic void put(EducationSchool srcEducationSchool, ICallback<EducationSchool> callback)
put in interface IEducationSchoolReferenceRequestsrcEducationSchool - the EducationSchool reference to PUTcallback - the callback to be called after success or failurepublic EducationSchool put(EducationSchool srcEducationSchool) throws ClientException
put in interface IEducationSchoolReferenceRequestsrcEducationSchool - the EducationSchool reference to PUTClientException - an exception occurs if there was an error while the request was sent