public interface IOutlookCategoryCollectionRequest
| Modifier and Type | Method and Description |
|---|---|
IOutlookCategoryCollectionRequest |
expand(java.lang.String value)
Sets the expand clause for the request
|
IOutlookCategoryCollectionPage |
get() |
void |
get(ICallback<IOutlookCategoryCollectionPage> callback) |
OutlookCategory |
post(OutlookCategory newOutlookCategory) |
void |
post(OutlookCategory newOutlookCategory,
ICallback<OutlookCategory> callback) |
IOutlookCategoryCollectionRequest |
select(java.lang.String value)
Sets the select clause for the request
|
IOutlookCategoryCollectionRequest |
top(int value)
Sets the top value for the request
|
void get(ICallback<IOutlookCategoryCollectionPage> callback)
IOutlookCategoryCollectionPage get() throws ClientException
ClientExceptionvoid post(OutlookCategory newOutlookCategory, ICallback<OutlookCategory> callback)
OutlookCategory post(OutlookCategory newOutlookCategory) throws ClientException
ClientExceptionIOutlookCategoryCollectionRequest expand(java.lang.String value)
value - the expand clauseIOutlookCategoryCollectionRequest select(java.lang.String value)
value - the select clauseIOutlookCategoryCollectionRequest top(int value)
value - the max number of items to return