Uses of Class
com.treescrub.spedran.requests.builders.LevelRecordsRequest
-
Packages that use LevelRecordsRequest Package Description com.treescrub.spedran com.treescrub.spedran.data Contains all the classes that represent resources on the SRC API.com.treescrub.spedran.requests.builders All request builders to get resources from the SRC API. -
-
Uses of LevelRecordsRequest in com.treescrub.spedran
Methods in com.treescrub.spedran that return LevelRecordsRequest Modifier and Type Method Description static LevelRecordsRequestSpedran. getLevelRecords(String levelId)Gets aLevelRecordsRequestbuilder to request the records for the specifiedLevel. -
Uses of LevelRecordsRequest in com.treescrub.spedran.data
Methods in com.treescrub.spedran.data that return LevelRecordsRequest Modifier and Type Method Description LevelRecordsRequestLevel. getRecords()Gets a newLevelRecordsRequestbuilder object to request records for this level. -
Uses of LevelRecordsRequest in com.treescrub.spedran.requests.builders
Methods in com.treescrub.spedran.requests.builders that return LevelRecordsRequest Modifier and Type Method Description LevelRecordsRequestLevelRecordsRequest. keepEmptyResults()Keeps leaderboards with no runs.LevelRecordsRequestLevelRecordsRequest. skipEmptyResults()Skips leaderboards with no runs.LevelRecordsRequestLevelRecordsRequest. top(int topPlaces)Sets the number of places to return.
-