Uses of Class
com.treescrub.spedran.data.Variable
-
Packages that use Variable Package Description com.treescrub.spedran com.treescrub.spedran.requests.builders All request builders to get resources from the SRC API.com.treescrub.spedran.requests.builders.run -
-
Uses of Variable in com.treescrub.spedran
Methods in com.treescrub.spedran that return types with arguments of type Variable Modifier and Type Method Description static CompletableFuture<Variable>Spedran. getVariable(String id)Gets theVariablethat corresponds to the providedidasynchronously. -
Uses of Variable in com.treescrub.spedran.requests.builders
Methods in com.treescrub.spedran.requests.builders with parameters of type Variable Modifier and Type Method Description LeaderboardRequestLeaderboardRequest. variable(Variable variable, String valueId)Restricts the results to runs with the givenVariableset to the given variable value.Constructors in com.treescrub.spedran.requests.builders with parameters of type Variable Constructor Description VariableRequest(Variable variable) -
Uses of Variable in com.treescrub.spedran.requests.builders.run
Methods in com.treescrub.spedran.requests.builders.run with parameters of type Variable Modifier and Type Method Description SubmitRunRequestSubmitRunRequest. customVariable(Variable variable, String valueText)Sets the value for aVariablewith custom user defined text.SubmitRunRequestSubmitRunRequest. variable(Variable variable, String valueId)Sets the value for aVariablewith a predefined value ID.
-