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, getFunctionOptions, getHeaders, getHttpMethod, getOptions, getQueryOptions, getRequestUrl, getResponseType, getUseCaches, send, send, setHttpMethod, setUseCaches
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
addHeader, getHeaders, getHttpMethod, getOptions, getRequestUrl, getUseCaches, setUseCaches
public 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 IEducationClassWithReferenceRequest
public EducationClass post(EducationClass newEducationClass, IJsonBackedObject payload) throws ClientException
post
in interface IEducationClassWithReferenceRequest
ClientException
public void get(ICallback<EducationClass> callback)
get
in interface IEducationClassWithReferenceRequest
public EducationClass get() throws ClientException
get
in interface IEducationClassWithReferenceRequest
ClientException
public void delete(ICallback<EducationClass> callback)
delete
in interface IEducationClassWithReferenceRequest
public void delete() throws ClientException
delete
in interface IEducationClassWithReferenceRequest
ClientException
public void patch(EducationClass sourceEducationClass, ICallback<EducationClass> callback)
patch
in interface IEducationClassWithReferenceRequest
public EducationClass patch(EducationClass sourceEducationClass) throws ClientException
patch
in interface IEducationClassWithReferenceRequest
ClientException
public IEducationClassWithReferenceRequest select(java.lang.String value)
select
in interface IEducationClassWithReferenceRequest
value
- the select clausepublic IEducationClassWithReferenceRequest expand(java.lang.String value)
expand
in interface IEducationClassWithReferenceRequest
value
- the expand clause