Uses of Class
com.treescrub.spedran.requests.builders.game.GameRecordsRequest
-
Packages that use GameRecordsRequest 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.game -
-
Uses of GameRecordsRequest in com.treescrub.spedran
Methods in com.treescrub.spedran that return GameRecordsRequest Modifier and Type Method Description static GameRecordsRequestSpedran. getGameRecords(String gameId)Gets aGameRecordsRequestbuilder to request the records for the specifiedGame. -
Uses of GameRecordsRequest in com.treescrub.spedran.data
Methods in com.treescrub.spedran.data that return GameRecordsRequest Modifier and Type Method Description GameRecordsRequestGame. getRecords()Gets a newGameRecordsRequestbuilder object to request records for this game. -
Uses of GameRecordsRequest in com.treescrub.spedran.requests.builders.game
Methods in com.treescrub.spedran.requests.builders.game that return GameRecordsRequest Modifier and Type Method Description GameRecordsRequestGameRecordsRequest. miscellaneous(boolean includeMiscellaneous)Sets whether miscellaneous categories should be returned.GameRecordsRequestGameRecordsRequest. scope(String recordsScope)Sets the scope type.GameRecordsRequestGameRecordsRequest. skipEmpty(boolean skipEmptyRecords)Sets whether record entries without any runs should be kept.GameRecordsRequestGameRecordsRequest. top(int topPlaces)Sets the number of places to return.
-