public class EducationSchoolWithReferenceRequest extends BaseRequest implements IEducationSchoolWithReferenceRequest
functionOptions, queryOptions, REQUEST_STATS_HEADER_VALUE_FORMAT_STRING| Constructor and Description |
|---|
EducationSchoolWithReferenceRequest(java.lang.String requestUrl,
IBaseClient client,
java.util.List<? extends Option> requestOptions)
The request for the EducationSchool
|
| Modifier and Type | Method and Description |
|---|---|
void |
delete() |
void |
delete(ICallback<EducationSchool> callback) |
IEducationSchoolWithReferenceRequest |
expand(java.lang.String value)
Sets the expand clause for the request
|
EducationSchool |
get() |
void |
get(ICallback<EducationSchool> callback) |
EducationSchool |
patch(EducationSchool sourceEducationSchool) |
void |
patch(EducationSchool sourceEducationSchool,
ICallback<EducationSchool> callback) |
EducationSchool |
post(EducationSchool newEducationSchool,
IJsonBackedObject payload) |
void |
post(EducationSchool newEducationSchool,
IJsonBackedObject payload,
ICallback<EducationSchool> callback) |
IEducationSchoolWithReferenceRequest |
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 EducationSchoolWithReferenceRequest(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 post(EducationSchool newEducationSchool, IJsonBackedObject payload, ICallback<EducationSchool> callback)
post in interface IEducationSchoolWithReferenceRequestpublic EducationSchool post(EducationSchool newEducationSchool, IJsonBackedObject payload) throws ClientException
post in interface IEducationSchoolWithReferenceRequestClientExceptionpublic void get(ICallback<EducationSchool> callback)
get in interface IEducationSchoolWithReferenceRequestpublic EducationSchool get() throws ClientException
get in interface IEducationSchoolWithReferenceRequestClientExceptionpublic void delete(ICallback<EducationSchool> callback)
delete in interface IEducationSchoolWithReferenceRequestpublic void delete()
throws ClientException
delete in interface IEducationSchoolWithReferenceRequestClientExceptionpublic void patch(EducationSchool sourceEducationSchool, ICallback<EducationSchool> callback)
patch in interface IEducationSchoolWithReferenceRequestpublic EducationSchool patch(EducationSchool sourceEducationSchool) throws ClientException
patch in interface IEducationSchoolWithReferenceRequestClientExceptionpublic IEducationSchoolWithReferenceRequest select(java.lang.String value)
select in interface IEducationSchoolWithReferenceRequestvalue - the select clausepublic IEducationSchoolWithReferenceRequest expand(java.lang.String value)
expand in interface IEducationSchoolWithReferenceRequestvalue - the expand clause