Uses of Class
com.treescrub.spedran.requests.builders.LevelVariablesRequest
-
Packages that use LevelVariablesRequest 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 LevelVariablesRequest in com.treescrub.spedran
Methods in com.treescrub.spedran that return LevelVariablesRequest Modifier and Type Method Description static LevelVariablesRequestSpedran. getLevelVariables(String levelId)Gets aLevelVariablesRequestbuilder to request all the variables for the specifiedLevel. -
Uses of LevelVariablesRequest in com.treescrub.spedran.data
Methods in com.treescrub.spedran.data that return LevelVariablesRequest Modifier and Type Method Description LevelVariablesRequestLevel. getVariables()Gets a newLevelVariablesRequestbuilder object to request variables for this level. -
Uses of LevelVariablesRequest in com.treescrub.spedran.requests.builders
Methods in com.treescrub.spedran.requests.builders that return LevelVariablesRequest Modifier and Type Method Description LevelVariablesRequestLevelVariablesRequest. sortByMandatory()Sorts the variables by theVariable.isMandatory()boolean flag.LevelVariablesRequestLevelVariablesRequest. sortByName()Sorts the variables alphanumerically by the variable name.LevelVariablesRequestLevelVariablesRequest. sortByPosition()Sorts the variables by the moderator defined position.LevelVariablesRequestLevelVariablesRequest. sortByUserDefined()Sorts the variables by theVariable.isUserDefined()boolean flag.LevelVariablesRequestLevelVariablesRequest. sortDirection(SortDirection direction)Sets the direction (ascending or descending) of the sorting.
-