public interface IManagedMobileAppCollectionRequest extends IHttpRequest
| Modifier and Type | Method and Description |
|---|---|
IManagedMobileAppCollectionRequest |
expand(java.lang.String value)
Sets the expand clause for the request
|
IManagedMobileAppCollectionRequest |
filter(java.lang.String value)
Sets the filter clause for the request
|
IManagedMobileAppCollectionPage |
get() |
void |
get(ICallback<? super IManagedMobileAppCollectionPage> callback) |
IManagedMobileAppCollectionRequest |
orderBy(java.lang.String value)
Sets the order by clause for the request
|
ManagedMobileApp |
post(ManagedMobileApp newManagedMobileApp) |
void |
post(ManagedMobileApp newManagedMobileApp,
ICallback<? super ManagedMobileApp> callback) |
IManagedMobileAppCollectionRequest |
select(java.lang.String value)
Sets the select clause for the request
|
IManagedMobileAppCollectionRequest |
skip(int value)
Sets the skip value for the request
|
IManagedMobileAppCollectionRequest |
skipToken(java.lang.String skipToken)
Sets the skip token value for the request
|
IManagedMobileAppCollectionRequest |
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 IManagedMobileAppCollectionPage> callback)
IManagedMobileAppCollectionPage get() throws ClientException
ClientExceptionvoid post(ManagedMobileApp newManagedMobileApp, ICallback<? super ManagedMobileApp> callback)
ManagedMobileApp post(ManagedMobileApp newManagedMobileApp) throws ClientException
ClientExceptionIManagedMobileAppCollectionRequest expand(java.lang.String value)
value - the expand clauseIManagedMobileAppCollectionRequest filter(java.lang.String value)
value - the filter clauseIManagedMobileAppCollectionRequest orderBy(java.lang.String value)
value - the order by clauseIManagedMobileAppCollectionRequest select(java.lang.String value)
value - the select clauseIManagedMobileAppCollectionRequest top(int value)
value - the max number of items to returnIManagedMobileAppCollectionRequest skip(int value)
value - of the number of items to skipIManagedMobileAppCollectionRequest skipToken(java.lang.String skipToken)
skipToken - value for pagination