T - Subtype of BaseActivity representing the activity type to handle.public interface FlatActivityService<T extends BaseActivity>
BaseActivity.| Modifier and Type | Method and Description |
|---|---|
StreamResponse<T> |
getActivities()
List flat activities.
|
StreamResponse<T> |
getActivities(FeedFilter filter)
List flat activities using a given filter.
|
StreamResponse<T> getActivities(FeedFilter filter) throws IOException, StreamClientException
filter - Filter to use to filter out the activitiesIOException - in case of network/socket exceptionsStreamClientException - in case of functional or server-side exceptionStreamResponse<T> getActivities() throws IOException, StreamClientException
IOException - in case of network/socket exceptionsStreamClientException - in case of functional or server-side exceptionCopyright © 2016. All rights reserved.