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
|
addFunctionOption, addHeader, addQueryOption, getBaseRequest, getCollectionPageClass, getDelay, getHeaders, getHttpMethod, getHttpRequest, getHttpRequest, getHttpRequest, getMaxRedirects, getMaxRetries, getOptions, getRequestUrl, getShouldRedirect, getShouldRetry, getUseCaches, post, send, setDelay, setMaxRedirects, setMaxRetries, setShouldRedirect, setShouldRetry, setUseCaches, withHttpMethodclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitaddHeader, getDelay, getHeaders, getHttpMethod, getHttpRequest, getHttpRequest, getHttpRequest, getMaxRedirects, getMaxRetries, getOptions, getRequestUrl, getShouldRedirect, getShouldRetry, getUseCaches, setDelay, setMaxRedirects, setMaxRetries, setShouldRedirect, setShouldRetry, setUseCaches, withHttpMethodpublic 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 filter(java.lang.String value)
filter in interface IManagedMobileAppCollectionRequestvalue - the filter 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 IManagedMobileAppCollectionRequest skip(int value)
skip in interface IManagedMobileAppCollectionRequestvalue - of the number of items to skippublic IManagedMobileAppCollectionRequest skipToken(java.lang.String skipToken)
skipToken in interface IManagedMobileAppCollectionRequestskipToken - - Token for paginationpublic IManagedMobileAppCollectionPage buildFromResponse(ManagedMobileAppCollectionResponse response)