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