public class MobileAppCategoryCollectionReferenceRequest extends BaseCollectionRequest<MobileAppCategoryCollectionResponse,IMobileAppCategoryCollectionPage> implements IMobileAppCategoryCollectionReferenceRequest
| Constructor and Description |
|---|
MobileAppCategoryCollectionReferenceRequest(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 |
|---|---|
IMobileAppCategoryCollectionReferenceRequest |
expand(java.lang.String value)
Sets the expand clause for the request
|
MobileAppCategory |
post(MobileAppCategory newMobileAppCategory) |
void |
post(MobileAppCategory newMobileAppCategory,
ICallback<MobileAppCategory> callback) |
IMobileAppCategoryCollectionReferenceRequest |
select(java.lang.String value)
Sets the select clause for the request
|
IMobileAppCategoryCollectionReferenceRequest |
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 MobileAppCategoryCollectionReferenceRequest(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 post(MobileAppCategory newMobileAppCategory, ICallback<MobileAppCategory> callback)
post in interface IMobileAppCategoryCollectionReferenceRequestpublic MobileAppCategory post(MobileAppCategory newMobileAppCategory) throws ClientException
post in interface IMobileAppCategoryCollectionReferenceRequestClientExceptionpublic IMobileAppCategoryCollectionReferenceRequest expand(java.lang.String value)
value - the expand clausepublic IMobileAppCategoryCollectionReferenceRequest select(java.lang.String value)
select in interface IMobileAppCategoryCollectionReferenceRequestvalue - the select clausepublic IMobileAppCategoryCollectionReferenceRequest top(int value)
top in interface IMobileAppCategoryCollectionReferenceRequestvalue - the max number of items to return