public interface GetSocialFeedCaptainUpResponse extends CaptainUpResponse
Modifier and Type | Method and Description |
---|---|
int |
getCount()
The number of actions returned.
|
java.util.List<SocialFeedItem> |
getItems()
List of the actions, sorted by their date, starting from the most recent action.
|
int |
getLimit()
The number of actions that were requested
|
int |
getSkip()
The number of actions skipped in the pagination
|
getAPIVersion, getCode, getErrorCodeException, getObjectName, getRequestURL, isSuccessful
int getCount()
int getSkip()
int getLimit()
java.util.List<SocialFeedItem> getItems()