public class ManagedMobileAppCollectionRequest extends BaseCollectionRequest<ManagedMobileAppCollectionResponse,IManagedMobileAppCollectionPage> implements IManagedMobileAppCollectionRequest
| Constructor and Description |
|---|
ManagedMobileAppCollectionRequest(java.lang.String requestUrl,
IBaseClient client,
java.util.List<? extends Option> requestOptions)
The request builder for this collection of ManagedMobileApp
|
| Modifier and Type | Method and Description |
|---|---|
IManagedMobileAppCollectionPage |
buildFromResponse(ManagedMobileAppCollectionResponse response) |
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
|
addFunctionOption, addHeader, addQueryOption, getBaseRequest, getCollectionPageClass, getDelay, getHeaders, getHttpMethod, getMaxRedirects, getMaxRetries, getOptions, getRequestUrl, getShouldRedirect, getShouldRetry, getUseCaches, post, send, setDelay, setMaxRedirects, setMaxRetries, setShouldRedirect, setShouldRetry, setUseCachespublic ManagedMobileAppCollectionRequest(java.lang.String requestUrl,
IBaseClient client,
java.util.List<? extends Option> requestOptions)
requestUrl - the request URLclient - the service clientrequestOptions - the options for this requestpublic void get(ICallback<IManagedMobileAppCollectionPage> callback)
get in interface IManagedMobileAppCollectionRequestpublic IManagedMobileAppCollectionPage get() throws ClientException
get in interface IManagedMobileAppCollectionRequestClientExceptionpublic void post(ManagedMobileApp newManagedMobileApp, ICallback<ManagedMobileApp> callback)
post in interface IManagedMobileAppCollectionRequestpublic ManagedMobileApp post(ManagedMobileApp newManagedMobileApp) throws ClientException
post in interface IManagedMobileAppCollectionRequestClientExceptionpublic IManagedMobileAppCollectionRequest expand(java.lang.String value)
expand in interface IManagedMobileAppCollectionRequestvalue - the expand clausepublic IManagedMobileAppCollectionRequest select(java.lang.String value)
select in interface IManagedMobileAppCollectionRequestvalue - the select clausepublic IManagedMobileAppCollectionRequest top(int value)
top in interface IManagedMobileAppCollectionRequestvalue - the max number of items to returnpublic IManagedMobileAppCollectionPage buildFromResponse(ManagedMobileAppCollectionResponse response)