Uses of Class
com.treescrub.spedran.requests.builders.game.GameVariablesRequest
-
Packages that use GameVariablesRequest 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 GameVariablesRequest in com.treescrub.spedran
Methods in com.treescrub.spedran that return GameVariablesRequest Modifier and Type Method Description static GameVariablesRequestSpedran. getGameVariables(String gameId) -
Uses of GameVariablesRequest in com.treescrub.spedran.data
Methods in com.treescrub.spedran.data that return GameVariablesRequest Modifier and Type Method Description GameVariablesRequestGame. getVariables()Gets a newGameVariablesRequestbuilder object to request variables for this game. -
Uses of GameVariablesRequest in com.treescrub.spedran.requests.builders.game
Methods in com.treescrub.spedran.requests.builders.game that return GameVariablesRequest Modifier and Type Method Description GameVariablesRequestGameVariablesRequest. sortByMandatory()Sorts the variables by theVariable.isMandatory()boolean flag.GameVariablesRequestGameVariablesRequest. sortByName()Sorts the variables alphanumerically by the variable name.GameVariablesRequestGameVariablesRequest. sortByPosition()Sorts the variables by the moderator defined position.GameVariablesRequestGameVariablesRequest. sortByUserDefined()Sorts the variables by theVariable.isUserDefined()boolean flag.GameVariablesRequestGameVariablesRequest. sortDirection(SortDirection direction)Sets the direction (ascending or descending) of the sorting.
-