public class ApplicationCollectionWithReferencesRequest extends BaseCollectionRequest<ApplicationCollectionResponse,IApplicationCollectionPage> implements IApplicationCollectionWithReferencesRequest
| Constructor and Description |
|---|
ApplicationCollectionWithReferencesRequest(java.lang.String requestUrl,
IBaseClient client,
java.util.List<? extends Option> requestOptions)
The request builder for this collection of Application
|
| Modifier and Type | Method and Description |
|---|---|
IApplicationCollectionWithReferencesPage |
buildFromResponse(ApplicationCollectionResponse response) |
IApplicationCollectionWithReferencesRequest |
expand(java.lang.String value) |
IApplicationCollectionWithReferencesRequest |
filter(java.lang.String value) |
IApplicationCollectionWithReferencesPage |
get() |
void |
get(ICallback<? super IApplicationCollectionWithReferencesPage> callback) |
IApplicationCollectionWithReferencesRequest |
orderBy(java.lang.String value) |
IApplicationCollectionWithReferencesRequest |
select(java.lang.String value) |
IApplicationCollectionWithReferencesRequest |
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 ApplicationCollectionWithReferencesRequest(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 IApplicationCollectionWithReferencesPage> callback)
get in interface IApplicationCollectionWithReferencesRequestpublic IApplicationCollectionWithReferencesPage get() throws ClientException
get in interface IApplicationCollectionWithReferencesRequestClientExceptionpublic IApplicationCollectionWithReferencesRequest expand(java.lang.String value)
expand in interface IApplicationCollectionWithReferencesRequestpublic IApplicationCollectionWithReferencesRequest filter(java.lang.String value)
public IApplicationCollectionWithReferencesRequest orderBy(java.lang.String value)
public IApplicationCollectionWithReferencesRequest select(java.lang.String value)
select in interface IApplicationCollectionWithReferencesRequestpublic IApplicationCollectionWithReferencesRequest top(int value)
top in interface IApplicationCollectionWithReferencesRequestpublic IApplicationCollectionWithReferencesPage buildFromResponse(ApplicationCollectionResponse response)