public class ActivityHistoryItemCollectionRequest extends BaseCollectionRequest<ActivityHistoryItemCollectionResponse,IActivityHistoryItemCollectionPage> implements IActivityHistoryItemCollectionRequest
| Constructor and Description |
|---|
ActivityHistoryItemCollectionRequest(java.lang.String requestUrl,
IBaseClient client,
java.util.List<? extends Option> requestOptions)
The request builder for this collection of ActivityHistoryItem
|
| Modifier and Type | Method and Description |
|---|---|
IActivityHistoryItemCollectionPage |
buildFromResponse(ActivityHistoryItemCollectionResponse response) |
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)
Add Skip token for pagination
|
IActivityHistoryItemCollectionRequest |
top(int value)
Sets the top value for the request
|
addFunctionOption, addHeader, addQueryOption, getBaseRequest, getCollectionPageClass, getDelay, getHeaders, getHttpMethod, getHttpRequest, getHttpRequest, getHttpRequest, getMaxRedirects, getMaxRetries, getOptions, getRequestUrl, getShouldRedirect, getShouldRetry, getUseCaches, post, send, setDelay, setMaxRedirects, setMaxRetries, setShouldRedirect, setShouldRetry, setUseCaches, withHttpMethodclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitaddHeader, getDelay, getHeaders, getHttpMethod, getHttpRequest, getHttpRequest, getHttpRequest, getMaxRedirects, getMaxRetries, getOptions, getRequestUrl, getShouldRedirect, getShouldRetry, getUseCaches, setDelay, setMaxRedirects, setMaxRetries, setShouldRedirect, setShouldRetry, setUseCaches, withHttpMethodpublic ActivityHistoryItemCollectionRequest(java.lang.String requestUrl,
IBaseClient client,
java.util.List<? extends Option> requestOptions)
requestUrl - the request URLclient - the service clientrequestOptions - the options for this requestpublic void get(ICallback<? super IActivityHistoryItemCollectionPage> callback)
get in interface IActivityHistoryItemCollectionRequestpublic IActivityHistoryItemCollectionPage get() throws ClientException
get in interface IActivityHistoryItemCollectionRequestClientExceptionpublic void post(ActivityHistoryItem newActivityHistoryItem, ICallback<? super ActivityHistoryItem> callback)
post in interface IActivityHistoryItemCollectionRequestpublic ActivityHistoryItem post(ActivityHistoryItem newActivityHistoryItem) throws ClientException
post in interface IActivityHistoryItemCollectionRequestClientExceptionpublic IActivityHistoryItemCollectionRequest expand(java.lang.String value)
expand in interface IActivityHistoryItemCollectionRequestvalue - the expand clausepublic IActivityHistoryItemCollectionRequest filter(java.lang.String value)
filter in interface IActivityHistoryItemCollectionRequestvalue - the filter clausepublic IActivityHistoryItemCollectionRequest orderBy(java.lang.String value)
orderBy in interface IActivityHistoryItemCollectionRequestvalue - the order by clausepublic IActivityHistoryItemCollectionRequest select(java.lang.String value)
select in interface IActivityHistoryItemCollectionRequestvalue - the select clausepublic IActivityHistoryItemCollectionRequest top(int value)
top in interface IActivityHistoryItemCollectionRequestvalue - the max number of items to returnpublic IActivityHistoryItemCollectionRequest skip(int value)
skip in interface IActivityHistoryItemCollectionRequestvalue - of the number of items to skippublic IActivityHistoryItemCollectionRequest skipToken(java.lang.String skipToken)
skipToken in interface IActivityHistoryItemCollectionRequestskipToken - - Token for paginationpublic IActivityHistoryItemCollectionPage buildFromResponse(ActivityHistoryItemCollectionResponse response)