public interface IActivityHistoryItemCollectionRequest
| Modifier and Type | Method and Description |
|---|---|
IActivityHistoryItemCollectionRequest |
expand(java.lang.String value)
Sets the expand clause for the request
|
IActivityHistoryItemCollectionPage |
get() |
void |
get(ICallback<IActivityHistoryItemCollectionPage> callback) |
ActivityHistoryItem |
post(ActivityHistoryItem newActivityHistoryItem) |
void |
post(ActivityHistoryItem newActivityHistoryItem,
ICallback<ActivityHistoryItem> callback) |
IActivityHistoryItemCollectionRequest |
select(java.lang.String value)
Sets the select clause for the request
|
IActivityHistoryItemCollectionRequest |
top(int value)
Sets the top value for the request
|
void get(ICallback<IActivityHistoryItemCollectionPage> callback)
IActivityHistoryItemCollectionPage get() throws ClientException
ClientExceptionvoid post(ActivityHistoryItem newActivityHistoryItem, ICallback<ActivityHistoryItem> callback)
ActivityHistoryItem post(ActivityHistoryItem newActivityHistoryItem) throws ClientException
ClientExceptionIActivityHistoryItemCollectionRequest expand(java.lang.String value)
value - the expand clauseIActivityHistoryItemCollectionRequest select(java.lang.String value)
value - the select clauseIActivityHistoryItemCollectionRequest top(int value)
value - the max number of items to return