public class EducationUserWithReferenceRequest extends BaseRequest implements IEducationUserWithReferenceRequest
functionOptions, queryOptions, REQUEST_STATS_HEADER_VALUE_FORMAT_STRING| Constructor and Description |
|---|
EducationUserWithReferenceRequest(java.lang.String requestUrl,
IBaseClient client,
java.util.List<? extends Option> requestOptions)
The request for the EducationUser
|
| Modifier and Type | Method and Description |
|---|---|
void |
delete() |
void |
delete(ICallback<? super EducationUser> callback) |
IEducationUserWithReferenceRequest |
expand(java.lang.String value)
Sets the expand clause for the request
|
EducationUser |
get() |
void |
get(ICallback<? super EducationUser> callback) |
EducationUser |
patch(EducationUser sourceEducationUser) |
void |
patch(EducationUser sourceEducationUser,
ICallback<? super EducationUser> callback) |
EducationUser |
post(EducationUser newEducationUser,
IJsonBackedObject payload) |
void |
post(EducationUser newEducationUser,
IJsonBackedObject payload,
ICallback<? super EducationUser> callback) |
IEducationUserWithReferenceRequest |
select(java.lang.String value)
Sets the select clause for the request
|
addFunctionOption, addHeader, addQueryOption, getClient, getDelay, getFunctionOptions, getHeaders, getHttpMethod, getHttpRequest, getHttpRequest, getHttpRequest, getMaxRedirects, getMaxRetries, getOptions, getQueryOptions, getRequestUrl, getResponseType, getShouldRedirect, getShouldRetry, getUseCaches, send, send, setDelay, setHttpMethod, setMaxRedirects, setMaxRetries, setShouldRedirect, setShouldRetry, setUseCaches, withHttpMethodclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitaddHeader, getDelay, getHeaders, getHttpMethod, getHttpRequest, getHttpRequest, getHttpRequest, getMaxRedirects, getMaxRetries, getOptions, getRequestUrl, getShouldRedirect, getShouldRetry, getUseCaches, setDelay, setMaxRedirects, setMaxRetries, setShouldRedirect, setShouldRetry, setUseCaches, withHttpMethodpublic EducationUserWithReferenceRequest(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(EducationUser newEducationUser, IJsonBackedObject payload, ICallback<? super EducationUser> callback)
post in interface IEducationUserWithReferenceRequestpublic EducationUser post(EducationUser newEducationUser, IJsonBackedObject payload) throws ClientException
post in interface IEducationUserWithReferenceRequestClientExceptionpublic void get(ICallback<? super EducationUser> callback)
get in interface IEducationUserWithReferenceRequestpublic EducationUser get() throws ClientException
get in interface IEducationUserWithReferenceRequestClientExceptionpublic void delete(ICallback<? super EducationUser> callback)
delete in interface IEducationUserWithReferenceRequestpublic void delete()
throws ClientException
delete in interface IEducationUserWithReferenceRequestClientExceptionpublic void patch(EducationUser sourceEducationUser, ICallback<? super EducationUser> callback)
patch in interface IEducationUserWithReferenceRequestpublic EducationUser patch(EducationUser sourceEducationUser) throws ClientException
patch in interface IEducationUserWithReferenceRequestClientExceptionpublic IEducationUserWithReferenceRequest select(java.lang.String value)
select in interface IEducationUserWithReferenceRequestvalue - the select clausepublic IEducationUserWithReferenceRequest expand(java.lang.String value)
expand in interface IEducationUserWithReferenceRequestvalue - the expand clause