public class EducationUserCollectionWithReferencesRequest extends BaseCollectionRequest<EducationUserCollectionResponse,IEducationUserCollectionPage> implements IEducationUserCollectionWithReferencesRequest
| Constructor and Description |
|---|
EducationUserCollectionWithReferencesRequest(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 |
|---|---|
IEducationUserCollectionWithReferencesPage |
buildFromResponse(EducationUserCollectionResponse response) |
IEducationUserCollectionWithReferencesRequest |
expand(java.lang.String value) |
IEducationUserCollectionWithReferencesRequest |
filter(java.lang.String value) |
IEducationUserCollectionWithReferencesPage |
get() |
void |
get(ICallback<? super IEducationUserCollectionWithReferencesPage> callback) |
IEducationUserCollectionWithReferencesRequest |
orderBy(java.lang.String value) |
IEducationUserCollectionWithReferencesRequest |
select(java.lang.String value) |
IEducationUserCollectionWithReferencesRequest |
top(int value) |
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 EducationUserCollectionWithReferencesRequest(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 IEducationUserCollectionWithReferencesPage> callback)
get in interface IEducationUserCollectionWithReferencesRequestpublic IEducationUserCollectionWithReferencesPage get() throws ClientException
get in interface IEducationUserCollectionWithReferencesRequestClientExceptionpublic IEducationUserCollectionWithReferencesRequest expand(java.lang.String value)
expand in interface IEducationUserCollectionWithReferencesRequestpublic IEducationUserCollectionWithReferencesRequest filter(java.lang.String value)
public IEducationUserCollectionWithReferencesRequest orderBy(java.lang.String value)
public IEducationUserCollectionWithReferencesRequest select(java.lang.String value)
select in interface IEducationUserCollectionWithReferencesRequestpublic IEducationUserCollectionWithReferencesRequest top(int value)
top in interface IEducationUserCollectionWithReferencesRequestpublic IEducationUserCollectionWithReferencesPage buildFromResponse(EducationUserCollectionResponse response)