public interface IMobileAppCategoryCollectionRequest extends IHttpRequest
| Modifier and Type | Method and Description |
|---|---|
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)
Sets the skip token value for the request
|
IMobileAppCategoryCollectionRequest |
top(int value)
Sets the top value for the request
|
addHeader, getDelay, getHeaders, getHttpMethod, getHttpRequest, getHttpRequest, getHttpRequest, getMaxRedirects, getMaxRetries, getOptions, getRequestUrl, getShouldRedirect, getShouldRetry, getUseCaches, setDelay, setMaxRedirects, setMaxRetries, setShouldRedirect, setShouldRetry, setUseCaches, withHttpMethodvoid get(ICallback<? super IMobileAppCategoryCollectionPage> callback)
IMobileAppCategoryCollectionPage get() throws ClientException
ClientExceptionvoid post(MobileAppCategory newMobileAppCategory, ICallback<? super MobileAppCategory> callback)
MobileAppCategory post(MobileAppCategory newMobileAppCategory) throws ClientException
ClientExceptionIMobileAppCategoryCollectionRequest expand(java.lang.String value)
value - the expand clauseIMobileAppCategoryCollectionRequest filter(java.lang.String value)
value - the filter clauseIMobileAppCategoryCollectionRequest orderBy(java.lang.String value)
value - the order by clauseIMobileAppCategoryCollectionRequest select(java.lang.String value)
value - the select clauseIMobileAppCategoryCollectionRequest top(int value)
value - the max number of items to returnIMobileAppCategoryCollectionRequest skip(int value)
value - of the number of items to skipIMobileAppCategoryCollectionRequest skipToken(java.lang.String skipToken)
skipToken - value for pagination