public interface IOutlookCategoryCollectionRequest extends IHttpRequest
| Modifier and Type | Method and Description |
|---|---|
IOutlookCategoryCollectionRequest |
expand(java.lang.String value)
Sets the expand clause for the request
|
IOutlookCategoryCollectionRequest |
filter(java.lang.String value)
Sets the filter clause for the request
|
IOutlookCategoryCollectionPage |
get() |
void |
get(ICallback<? super IOutlookCategoryCollectionPage> callback) |
IOutlookCategoryCollectionRequest |
orderBy(java.lang.String value)
Sets the order by clause for the request
|
OutlookCategory |
post(OutlookCategory newOutlookCategory) |
void |
post(OutlookCategory newOutlookCategory,
ICallback<? super OutlookCategory> callback) |
IOutlookCategoryCollectionRequest |
select(java.lang.String value)
Sets the select clause for the request
|
IOutlookCategoryCollectionRequest |
skip(int value)
Sets the skip value for the request
|
IOutlookCategoryCollectionRequest |
skipToken(java.lang.String skipToken)
Sets the skip token value for the request
|
IOutlookCategoryCollectionRequest |
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 IOutlookCategoryCollectionPage> callback)
IOutlookCategoryCollectionPage get() throws ClientException
ClientExceptionvoid post(OutlookCategory newOutlookCategory, ICallback<? super OutlookCategory> callback)
OutlookCategory post(OutlookCategory newOutlookCategory) throws ClientException
ClientExceptionIOutlookCategoryCollectionRequest expand(java.lang.String value)
value - the expand clauseIOutlookCategoryCollectionRequest filter(java.lang.String value)
value - the filter clauseIOutlookCategoryCollectionRequest orderBy(java.lang.String value)
value - the order by clauseIOutlookCategoryCollectionRequest select(java.lang.String value)
value - the select clauseIOutlookCategoryCollectionRequest top(int value)
value - the max number of items to returnIOutlookCategoryCollectionRequest skip(int value)
value - of the number of items to skipIOutlookCategoryCollectionRequest skipToken(java.lang.String skipToken)
skipToken - value for pagination