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