public class ManagedMobileLobAppCollectionRequest extends BaseCollectionRequest<ManagedMobileLobAppCollectionResponse,IManagedMobileLobAppCollectionPage> implements IManagedMobileLobAppCollectionRequest
| Constructor and Description |
|---|
ManagedMobileLobAppCollectionRequest(java.lang.String requestUrl,
IBaseClient client,
java.util.List<? extends Option> requestOptions)
The request builder for this collection of ManagedMobileLobApp
|
| Modifier and Type | Method and Description |
|---|---|
IManagedMobileLobAppCollectionPage |
buildFromResponse(ManagedMobileLobAppCollectionResponse response) |
IManagedMobileLobAppCollectionRequest |
expand(java.lang.String value)
Sets the expand clause for the request
|
IManagedMobileLobAppCollectionRequest |
filter(java.lang.String value)
Sets the filter clause for the request
|
IManagedMobileLobAppCollectionPage |
get() |
void |
get(ICallback<? super IManagedMobileLobAppCollectionPage> callback) |
IManagedMobileLobAppCollectionRequest |
orderBy(java.lang.String value)
Sets the order by clause for the request
|
ManagedMobileLobApp |
post(ManagedMobileLobApp newManagedMobileLobApp) |
void |
post(ManagedMobileLobApp newManagedMobileLobApp,
ICallback<? super ManagedMobileLobApp> callback) |
IManagedMobileLobAppCollectionRequest |
select(java.lang.String value)
Sets the select clause for the request
|
IManagedMobileLobAppCollectionRequest |
skip(int value)
Sets the skip value for the request
|
IManagedMobileLobAppCollectionRequest |
skipToken(java.lang.String skipToken)
Add Skip token for pagination
|
IManagedMobileLobAppCollectionRequest |
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 ManagedMobileLobAppCollectionRequest(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 IManagedMobileLobAppCollectionPage> callback)
get in interface IManagedMobileLobAppCollectionRequestpublic IManagedMobileLobAppCollectionPage get() throws ClientException
get in interface IManagedMobileLobAppCollectionRequestClientExceptionpublic void post(ManagedMobileLobApp newManagedMobileLobApp, ICallback<? super ManagedMobileLobApp> callback)
post in interface IManagedMobileLobAppCollectionRequestpublic ManagedMobileLobApp post(ManagedMobileLobApp newManagedMobileLobApp) throws ClientException
post in interface IManagedMobileLobAppCollectionRequestClientExceptionpublic IManagedMobileLobAppCollectionRequest expand(java.lang.String value)
expand in interface IManagedMobileLobAppCollectionRequestvalue - the expand clausepublic IManagedMobileLobAppCollectionRequest filter(java.lang.String value)
filter in interface IManagedMobileLobAppCollectionRequestvalue - the filter clausepublic IManagedMobileLobAppCollectionRequest orderBy(java.lang.String value)
orderBy in interface IManagedMobileLobAppCollectionRequestvalue - the order by clausepublic IManagedMobileLobAppCollectionRequest select(java.lang.String value)
select in interface IManagedMobileLobAppCollectionRequestvalue - the select clausepublic IManagedMobileLobAppCollectionRequest top(int value)
top in interface IManagedMobileLobAppCollectionRequestvalue - the max number of items to returnpublic IManagedMobileLobAppCollectionRequest skip(int value)
skip in interface IManagedMobileLobAppCollectionRequestvalue - of the number of items to skippublic IManagedMobileLobAppCollectionRequest skipToken(java.lang.String skipToken)
skipToken in interface IManagedMobileLobAppCollectionRequestskipToken - - Token for paginationpublic IManagedMobileLobAppCollectionPage buildFromResponse(ManagedMobileLobAppCollectionResponse response)