public interface IActivityHistoryItemCollectionRequest extends IHttpRequest
| Modifier and Type | Method and Description |
|---|---|
IActivityHistoryItemCollectionRequest |
expand(java.lang.String value)
Sets the expand clause for the request
|
IActivityHistoryItemCollectionRequest |
filter(java.lang.String value)
Sets the filter clause for the request
|
IActivityHistoryItemCollectionPage |
get() |
void |
get(ICallback<? super IActivityHistoryItemCollectionPage> callback) |
IActivityHistoryItemCollectionRequest |
orderBy(java.lang.String value)
Sets the order by clause for the request
|
ActivityHistoryItem |
post(ActivityHistoryItem newActivityHistoryItem) |
void |
post(ActivityHistoryItem newActivityHistoryItem,
ICallback<? super ActivityHistoryItem> callback) |
IActivityHistoryItemCollectionRequest |
select(java.lang.String value)
Sets the select clause for the request
|
IActivityHistoryItemCollectionRequest |
skip(int value)
Sets the skip value for the request
|
IActivityHistoryItemCollectionRequest |
skipToken(java.lang.String skipToken)
Sets the skip token value for the request
|
IActivityHistoryItemCollectionRequest |
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 IActivityHistoryItemCollectionPage> callback)
IActivityHistoryItemCollectionPage get() throws ClientException
ClientExceptionvoid post(ActivityHistoryItem newActivityHistoryItem, ICallback<? super ActivityHistoryItem> callback)
ActivityHistoryItem post(ActivityHistoryItem newActivityHistoryItem) throws ClientException
ClientExceptionIActivityHistoryItemCollectionRequest expand(java.lang.String value)
value - the expand clauseIActivityHistoryItemCollectionRequest filter(java.lang.String value)
value - the filter clauseIActivityHistoryItemCollectionRequest orderBy(java.lang.String value)
value - the order by clauseIActivityHistoryItemCollectionRequest select(java.lang.String value)
value - the select clauseIActivityHistoryItemCollectionRequest top(int value)
value - the max number of items to returnIActivityHistoryItemCollectionRequest skip(int value)
value - of the number of items to skipIActivityHistoryItemCollectionRequest skipToken(java.lang.String skipToken)
skipToken - value for pagination