public interface IManagedMobileLobAppCollectionRequest extends IHttpRequest
| Modifier and Type | Method and Description |
|---|---|
IManagedMobileLobAppCollectionRequest |
expand(java.lang.String value)
Sets the expand clause for the request
|
IManagedMobileLobAppCollectionRequest |
filter(java.lang.String value)
Sets the filter clause for the request
|
IManagedMobileLobAppCollectionPage |
get() |
void |
get(ICallback<? super IManagedMobileLobAppCollectionPage> callback) |
IManagedMobileLobAppCollectionRequest |
orderBy(java.lang.String value)
Sets the order by clause for the request
|
ManagedMobileLobApp |
post(ManagedMobileLobApp newManagedMobileLobApp) |
void |
post(ManagedMobileLobApp newManagedMobileLobApp,
ICallback<? super ManagedMobileLobApp> callback) |
IManagedMobileLobAppCollectionRequest |
select(java.lang.String value)
Sets the select clause for the request
|
IManagedMobileLobAppCollectionRequest |
skip(int value)
Sets the skip value for the request
|
IManagedMobileLobAppCollectionRequest |
skipToken(java.lang.String skipToken)
Sets the skip token value for the request
|
IManagedMobileLobAppCollectionRequest |
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 IManagedMobileLobAppCollectionPage> callback)
IManagedMobileLobAppCollectionPage get() throws ClientException
ClientExceptionvoid post(ManagedMobileLobApp newManagedMobileLobApp, ICallback<? super ManagedMobileLobApp> callback)
ManagedMobileLobApp post(ManagedMobileLobApp newManagedMobileLobApp) throws ClientException
ClientExceptionIManagedMobileLobAppCollectionRequest expand(java.lang.String value)
value - the expand clauseIManagedMobileLobAppCollectionRequest filter(java.lang.String value)
value - the filter clauseIManagedMobileLobAppCollectionRequest orderBy(java.lang.String value)
value - the order by clauseIManagedMobileLobAppCollectionRequest select(java.lang.String value)
value - the select clauseIManagedMobileLobAppCollectionRequest top(int value)
value - the max number of items to returnIManagedMobileLobAppCollectionRequest skip(int value)
value - of the number of items to skipIManagedMobileLobAppCollectionRequest skipToken(java.lang.String skipToken)
skipToken - value for pagination