public class EducationClassWithReferenceRequest extends BaseRequest implements IEducationClassWithReferenceRequest
functionOptions, queryOptions, REQUEST_STATS_HEADER_VALUE_FORMAT_STRING| Constructor and Description |
|---|
EducationClassWithReferenceRequest(java.lang.String requestUrl,
IBaseClient client,
java.util.List<? extends Option> requestOptions)
The request for the EducationClass
|
| Modifier and Type | Method and Description |
|---|---|
void |
delete() |
void |
delete(ICallback<EducationClass> callback) |
IEducationClassWithReferenceRequest |
expand(java.lang.String value)
Sets the expand clause for the request
|
EducationClass |
get() |
void |
get(ICallback<EducationClass> callback) |
EducationClass |
patch(EducationClass sourceEducationClass) |
void |
patch(EducationClass sourceEducationClass,
ICallback<EducationClass> callback) |
EducationClass |
post(EducationClass newEducationClass,
IJsonBackedObject payload) |
void |
post(EducationClass newEducationClass,
IJsonBackedObject payload,
ICallback<EducationClass> callback) |
IEducationClassWithReferenceRequest |
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 EducationClassWithReferenceRequest(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(EducationClass newEducationClass, IJsonBackedObject payload, ICallback<EducationClass> callback)
post in interface IEducationClassWithReferenceRequestpublic EducationClass post(EducationClass newEducationClass, IJsonBackedObject payload) throws ClientException
post in interface IEducationClassWithReferenceRequestClientExceptionpublic void get(ICallback<EducationClass> callback)
get in interface IEducationClassWithReferenceRequestpublic EducationClass get() throws ClientException
get in interface IEducationClassWithReferenceRequestClientExceptionpublic void delete(ICallback<EducationClass> callback)
delete in interface IEducationClassWithReferenceRequestpublic void delete()
throws ClientException
delete in interface IEducationClassWithReferenceRequestClientExceptionpublic void patch(EducationClass sourceEducationClass, ICallback<EducationClass> callback)
patch in interface IEducationClassWithReferenceRequestpublic EducationClass patch(EducationClass sourceEducationClass) throws ClientException
patch in interface IEducationClassWithReferenceRequestClientExceptionpublic IEducationClassWithReferenceRequest select(java.lang.String value)
select in interface IEducationClassWithReferenceRequestvalue - the select clausepublic IEducationClassWithReferenceRequest expand(java.lang.String value)
expand in interface IEducationClassWithReferenceRequestvalue - the expand clause