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