public interface GetActionCaptainUpResponse extends CaptainUpResponse
Modifier and Type | Method and Description |
---|---|
java.util.List<Action> |
getActions()
List of the actions, sorted by their date, starting from the most recent action.
|
ActionType |
getActionType()
The type of the actions in the
response . |
int |
getCount()
The number of actions returned.
|
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()
ActionType getActionType()
response
.java.util.List<Action> getActions()