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, 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 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 IMobileLobAppCollectionRequest
public IMobileLobAppCollectionPage get() throws ClientException
get
in interface IMobileLobAppCollectionRequest
ClientException
public void post(MobileLobApp newMobileLobApp, ICallback<? super MobileLobApp> callback)
post
in interface IMobileLobAppCollectionRequest
public MobileLobApp post(MobileLobApp newMobileLobApp) throws ClientException
post
in interface IMobileLobAppCollectionRequest
ClientException
public IMobileLobAppCollectionRequest expand(java.lang.String value)
expand
in interface IMobileLobAppCollectionRequest
value
- the expand clausepublic IMobileLobAppCollectionRequest filter(java.lang.String value)
filter
in interface IMobileLobAppCollectionRequest
value
- the filter clausepublic IMobileLobAppCollectionRequest orderBy(java.lang.String value)
orderBy
in interface IMobileLobAppCollectionRequest
value
- the order by clausepublic IMobileLobAppCollectionRequest select(java.lang.String value)
select
in interface IMobileLobAppCollectionRequest
value
- the select clausepublic IMobileLobAppCollectionRequest top(int value)
top
in interface IMobileLobAppCollectionRequest
value
- the max number of items to returnpublic IMobileLobAppCollectionRequest skip(int value)
skip
in interface IMobileLobAppCollectionRequest
value
- of the number of items to skippublic IMobileLobAppCollectionRequest skipToken(java.lang.String skipToken)
skipToken
in interface IMobileLobAppCollectionRequest
skipToken
- - Token for paginationpublic IMobileLobAppCollectionPage buildFromResponse(MobileLobAppCollectionResponse response)