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, withHttpMethod
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
addHeader, getDelay, getHeaders, getHttpMethod, getHttpRequest, getHttpRequest, getHttpRequest, getMaxRedirects, getMaxRetries, getOptions, getRequestUrl, getShouldRedirect, getShouldRetry, getUseCaches, setDelay, setMaxRedirects, setMaxRetries, setShouldRedirect, setShouldRetry, setUseCaches, withHttpMethod
public 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 IEducationUserCollectionWithReferencesRequest
public IEducationUserCollectionWithReferencesPage get() throws ClientException
get
in interface IEducationUserCollectionWithReferencesRequest
ClientException
public IEducationUserCollectionWithReferencesRequest expand(java.lang.String value)
expand
in interface IEducationUserCollectionWithReferencesRequest
public IEducationUserCollectionWithReferencesRequest filter(java.lang.String value)
public IEducationUserCollectionWithReferencesRequest orderBy(java.lang.String value)
public IEducationUserCollectionWithReferencesRequest select(java.lang.String value)
select
in interface IEducationUserCollectionWithReferencesRequest
public IEducationUserCollectionWithReferencesRequest top(int value)
top
in interface IEducationUserCollectionWithReferencesRequest
public IEducationUserCollectionWithReferencesPage buildFromResponse(EducationUserCollectionResponse response)