public interface IManagedMobileAppCollectionRequest
| Modifier and Type | Method and Description |
|---|---|
IManagedMobileAppCollectionRequest |
expand(java.lang.String value)
Sets the expand clause for the request
|
IManagedMobileAppCollectionPage |
get() |
void |
get(ICallback<IManagedMobileAppCollectionPage> callback) |
ManagedMobileApp |
post(ManagedMobileApp newManagedMobileApp) |
void |
post(ManagedMobileApp newManagedMobileApp,
ICallback<ManagedMobileApp> callback) |
IManagedMobileAppCollectionRequest |
select(java.lang.String value)
Sets the select clause for the request
|
IManagedMobileAppCollectionRequest |
top(int value)
Sets the top value for the request
|
void get(ICallback<IManagedMobileAppCollectionPage> callback)
IManagedMobileAppCollectionPage get() throws ClientException
ClientExceptionvoid post(ManagedMobileApp newManagedMobileApp, ICallback<ManagedMobileApp> callback)
ManagedMobileApp post(ManagedMobileApp newManagedMobileApp) throws ClientException
ClientExceptionIManagedMobileAppCollectionRequest expand(java.lang.String value)
value - the expand clauseIManagedMobileAppCollectionRequest select(java.lang.String value)
value - the select clauseIManagedMobileAppCollectionRequest top(int value)
value - the max number of items to return