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
|
IMobileAppCategoryCollectionPage |
get() |
void |
get(ICallback<IMobileAppCategoryCollectionPage> callback) |
MobileAppCategory |
post(MobileAppCategory newMobileAppCategory) |
void |
post(MobileAppCategory newMobileAppCategory,
ICallback<MobileAppCategory> callback) |
IMobileAppCategoryCollectionRequest |
select(java.lang.String value)
Sets the select clause for the request
|
IMobileAppCategoryCollectionRequest |
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 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<IMobileAppCategoryCollectionPage> callback)
get in interface IMobileAppCategoryCollectionRequestpublic IMobileAppCategoryCollectionPage get() throws ClientException
get in interface IMobileAppCategoryCollectionRequestClientExceptionpublic void post(MobileAppCategory newMobileAppCategory, ICallback<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 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 IMobileAppCategoryCollectionPage buildFromResponse(MobileAppCategoryCollectionResponse response)