public interface LeaderboardCaptainUpResponse extends CaptainUpResponse
Modifier and Type | Method and Description |
---|---|
int |
getCount()
The number of players returned.
|
java.util.List<User> |
getLeaderboard()
List of all the players, ordered by their position in the leaderboard.
|
LeaderboardTime |
getLeaderboardTime()
The leaderboard's type.
|
int |
getLimit()
The number of players that was requested
|
int |
getSkip()
The number of players skipped in the leaderboard
|
long |
getTotalPlayers()
The total number of players in the app.
|
getAPIVersion, getCode, getErrorCodeException, getObjectName, getRequestURL, isSuccessful
int getCount()
int getSkip()
int getLimit()
LeaderboardTime getLeaderboardTime()
long getTotalPlayers()
java.util.List<User> getLeaderboard()