T - public interface UserActivityService<T extends BaseActivity>
BaseActivity.| Modifier and Type | Method and Description |
|---|---|
StreamResponse<T> |
getActivities()
List user activities using the standard filter (limit = 25).
|
StreamResponse<T> |
getActivities(FeedFilter filter)
List user activities using the given filter.
|
StreamResponse<T> getActivities(FeedFilter filter) throws IOException, StreamClientException
filter - IOExceptionStreamClientExceptionStreamResponse<T> getActivities() throws IOException, StreamClientException
IOExceptionStreamClientExceptionCopyright © 2015. All rights reserved.