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
|
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)
Add Skip token for pagination
|
IManagedMobileAppCollectionRequest |
top(int value)
Sets the top value for the request
|
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<? super IManagedMobileAppCollectionPage> callback)
get in interface IManagedMobileAppCollectionRequestpublic IManagedMobileAppCollectionPage get() throws ClientException
get in interface IManagedMobileAppCollectionRequestClientExceptionpublic void post(ManagedMobileApp newManagedMobileApp, ICallback<? super 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 orderBy(java.lang.String value)
orderBy in interface IManagedMobileAppCollectionRequestvalue - the order by 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)