public interface IMobileAppCollectionRequest
| Modifier and Type | Method and Description |
|---|---|
IMobileAppCollectionRequest |
expand(java.lang.String value)
Sets the expand clause for the request
|
IMobileAppCollectionPage |
get() |
void |
get(ICallback<IMobileAppCollectionPage> callback) |
MobileApp |
post(MobileApp newMobileApp) |
void |
post(MobileApp newMobileApp,
ICallback<MobileApp> callback) |
IMobileAppCollectionRequest |
select(java.lang.String value)
Sets the select clause for the request
|
IMobileAppCollectionRequest |
top(int value)
Sets the top value for the request
|
void get(ICallback<IMobileAppCollectionPage> callback)
IMobileAppCollectionPage get() throws ClientException
ClientExceptionMobileApp post(MobileApp newMobileApp) throws ClientException
ClientExceptionIMobileAppCollectionRequest expand(java.lang.String value)
value - the expand clauseIMobileAppCollectionRequest select(java.lang.String value)
value - the select clauseIMobileAppCollectionRequest top(int value)
value - the max number of items to return