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
|
IEducationUserCollectionRequest |
filter(java.lang.String value)
Sets the filter clause for the request
|
IEducationUserCollectionPage |
get() |
void |
get(ICallback<? super IEducationUserCollectionPage> callback) |
IEducationUserCollectionRequest |
orderBy(java.lang.String value)
Sets the order by clause for the request
|
EducationUser |
post(EducationUser newEducationUser) |
void |
post(EducationUser newEducationUser,
ICallback<? super EducationUser> callback) |
IEducationUserCollectionRequest |
select(java.lang.String value)
Sets the select clause for the request
|
IEducationUserCollectionRequest |
skip(int value)
Sets the skip value for the request
|
IEducationUserCollectionRequest |
skipToken(java.lang.String skipToken)
Add Skip token for pagination
|
IEducationUserCollectionRequest |
top(int value)
Sets the top value for the request
|
addFunctionOption, addHeader, addQueryOption, getBaseRequest, getCollectionPageClass, getDelay, getHeaders, getHttpMethod, getHttpRequest, getHttpRequest, getHttpRequest, getMaxRedirects, getMaxRetries, getOptions, getRequestUrl, getShouldRedirect, getShouldRetry, getUseCaches, post, send, setDelay, 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 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<? super IEducationUserCollectionPage> callback)
get in interface IEducationUserCollectionRequestpublic IEducationUserCollectionPage get() throws ClientException
get in interface IEducationUserCollectionRequestClientExceptionpublic void post(EducationUser newEducationUser, ICallback<? super 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 filter(java.lang.String value)
filter in interface IEducationUserCollectionRequestvalue - the filter clausepublic IEducationUserCollectionRequest orderBy(java.lang.String value)
orderBy in interface IEducationUserCollectionRequestvalue - the order by 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 IEducationUserCollectionRequest skip(int value)
skip in interface IEducationUserCollectionRequestvalue - of the number of items to skippublic IEducationUserCollectionRequest skipToken(java.lang.String skipToken)
skipToken in interface IEducationUserCollectionRequestskipToken - - Token for paginationpublic IEducationUserCollectionPage buildFromResponse(EducationUserCollectionResponse response)