public class EducationUserCollectionRequest extends BaseCollectionRequest<EducationUserCollectionResponse,IEducationUserCollectionPage> implements IEducationUserCollectionRequest
| Constructor and Description |
|---|
EducationUserCollectionRequest(java.lang.String requestUrl,
IBaseClient client,
java.util.List<? extends Option> requestOptions)
The request builder for this collection of EducationUser
|
| Modifier and Type | Method and Description |
|---|---|
IEducationUserCollectionPage |
buildFromResponse(EducationUserCollectionResponse response) |
IEducationUserCollectionRequest |
expand(java.lang.String value)
Sets the expand clause for the request
|
IEducationUserCollectionPage |
get() |
void |
get(ICallback<IEducationUserCollectionPage> callback) |
EducationUser |
post(EducationUser newEducationUser) |
void |
post(EducationUser newEducationUser,
ICallback<EducationUser> callback) |
IEducationUserCollectionRequest |
select(java.lang.String value)
Sets the select clause for the request
|
IEducationUserCollectionRequest |
top(int value)
Sets the top value for the request
|
addFunctionOption, addHeader, addQueryOption, getBaseRequest, getCollectionPageClass, getDelay, getHeaders, getHttpMethod, getMaxRedirects, getMaxRetries, getOptions, getRequestUrl, getShouldRedirect, getShouldRetry, getUseCaches, post, send, setDelay, setMaxRedirects, setMaxRetries, setShouldRedirect, setShouldRetry, setUseCachespublic EducationUserCollectionRequest(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 get(ICallback<IEducationUserCollectionPage> callback)
get in interface IEducationUserCollectionRequestpublic IEducationUserCollectionPage get() throws ClientException
get in interface IEducationUserCollectionRequestClientExceptionpublic void post(EducationUser newEducationUser, ICallback<EducationUser> callback)
post in interface IEducationUserCollectionRequestpublic EducationUser post(EducationUser newEducationUser) throws ClientException
post in interface IEducationUserCollectionRequestClientExceptionpublic IEducationUserCollectionRequest expand(java.lang.String value)
expand in interface IEducationUserCollectionRequestvalue - the expand clausepublic IEducationUserCollectionRequest select(java.lang.String value)
select in interface IEducationUserCollectionRequestvalue - the select clausepublic IEducationUserCollectionRequest top(int value)
top in interface IEducationUserCollectionRequestvalue - the max number of items to returnpublic IEducationUserCollectionPage buildFromResponse(EducationUserCollectionResponse response)