public interface IMobileLobAppCollectionRequest extends IHttpRequest
| Modifier and Type | Method and Description |
|---|---|
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)
Sets the skip token value for the request
|
IMobileLobAppCollectionRequest |
top(int value)
Sets the top value for the request
|
addHeader, getDelay, getHeaders, getHttpMethod, getHttpRequest, getHttpRequest, getHttpRequest, getMaxRedirects, getMaxRetries, getOptions, getRequestUrl, getShouldRedirect, getShouldRetry, getUseCaches, setDelay, setMaxRedirects, setMaxRetries, setShouldRedirect, setShouldRetry, setUseCaches, withHttpMethodvoid get(ICallback<? super IMobileLobAppCollectionPage> callback)
IMobileLobAppCollectionPage get() throws ClientException
ClientExceptionvoid post(MobileLobApp newMobileLobApp, ICallback<? super MobileLobApp> callback)
MobileLobApp post(MobileLobApp newMobileLobApp) throws ClientException
ClientExceptionIMobileLobAppCollectionRequest expand(java.lang.String value)
value - the expand clauseIMobileLobAppCollectionRequest filter(java.lang.String value)
value - the filter clauseIMobileLobAppCollectionRequest orderBy(java.lang.String value)
value - the order by clauseIMobileLobAppCollectionRequest select(java.lang.String value)
value - the select clauseIMobileLobAppCollectionRequest top(int value)
value - the max number of items to returnIMobileLobAppCollectionRequest skip(int value)
value - of the number of items to skipIMobileLobAppCollectionRequest skipToken(java.lang.String skipToken)
skipToken - value for pagination