public class EducationClassCollectionRequest extends BaseCollectionRequest<EducationClassCollectionResponse,IEducationClassCollectionPage> implements IEducationClassCollectionRequest
| Constructor and Description |
|---|
EducationClassCollectionRequest(java.lang.String requestUrl,
IBaseClient client,
java.util.List<? extends Option> requestOptions)
The request builder for this collection of EducationClass
|
| Modifier and Type | Method and Description |
|---|---|
IEducationClassCollectionPage |
buildFromResponse(EducationClassCollectionResponse response) |
IEducationClassCollectionRequest |
expand(java.lang.String value)
Sets the expand clause for the request
|
IEducationClassCollectionRequest |
filter(java.lang.String value)
Sets the filter clause for the request
|
IEducationClassCollectionPage |
get() |
void |
get(ICallback<? super IEducationClassCollectionPage> callback) |
IEducationClassCollectionRequest |
orderBy(java.lang.String value)
Sets the order by clause for the request
|
EducationClass |
post(EducationClass newEducationClass) |
void |
post(EducationClass newEducationClass,
ICallback<? super EducationClass> callback) |
IEducationClassCollectionRequest |
select(java.lang.String value)
Sets the select clause for the request
|
IEducationClassCollectionRequest |
skip(int value)
Sets the skip value for the request
|
IEducationClassCollectionRequest |
skipToken(java.lang.String skipToken)
Add Skip token for pagination
|
IEducationClassCollectionRequest |
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 EducationClassCollectionRequest(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 IEducationClassCollectionPage> callback)
get in interface IEducationClassCollectionRequestpublic IEducationClassCollectionPage get() throws ClientException
get in interface IEducationClassCollectionRequestClientExceptionpublic void post(EducationClass newEducationClass, ICallback<? super EducationClass> callback)
post in interface IEducationClassCollectionRequestpublic EducationClass post(EducationClass newEducationClass) throws ClientException
post in interface IEducationClassCollectionRequestClientExceptionpublic IEducationClassCollectionRequest expand(java.lang.String value)
expand in interface IEducationClassCollectionRequestvalue - the expand clausepublic IEducationClassCollectionRequest filter(java.lang.String value)
filter in interface IEducationClassCollectionRequestvalue - the filter clausepublic IEducationClassCollectionRequest orderBy(java.lang.String value)
orderBy in interface IEducationClassCollectionRequestvalue - the order by clausepublic IEducationClassCollectionRequest select(java.lang.String value)
select in interface IEducationClassCollectionRequestvalue - the select clausepublic IEducationClassCollectionRequest top(int value)
top in interface IEducationClassCollectionRequestvalue - the max number of items to returnpublic IEducationClassCollectionRequest skip(int value)
skip in interface IEducationClassCollectionRequestvalue - of the number of items to skippublic IEducationClassCollectionRequest skipToken(java.lang.String skipToken)
skipToken in interface IEducationClassCollectionRequestskipToken - - Token for paginationpublic IEducationClassCollectionPage buildFromResponse(EducationClassCollectionResponse response)