Uses of Class
com.treescrub.spedran.requests.builders.LevelCategoriesRequest
-
Packages that use LevelCategoriesRequest 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 LevelCategoriesRequest in com.treescrub.spedran
Methods in com.treescrub.spedran that return LevelCategoriesRequest Modifier and Type Method Description static LevelCategoriesRequestSpedran. getLevelCategories(String levelId)Gets aLevelCategoriesRequestbuilder to request all applicable categories for the specifiedLevel. -
Uses of LevelCategoriesRequest in com.treescrub.spedran.data
Methods in com.treescrub.spedran.data that return LevelCategoriesRequest Modifier and Type Method Description LevelCategoriesRequestLevel. getCategories()Gets a newLevelCategoriesRequestbuilder object to request categories for this level. -
Uses of LevelCategoriesRequest in com.treescrub.spedran.requests.builders
Methods in com.treescrub.spedran.requests.builders that return LevelCategoriesRequest Modifier and Type Method Description LevelCategoriesRequestLevelCategoriesRequest. miscellaneous(boolean includeMiscellaneous)Restricts whether miscellaneous categories should be in the results.LevelCategoriesRequestLevelCategoriesRequest. sortByMiscellaneous()Sorts the results by the miscellaneous boolean flag.LevelCategoriesRequestLevelCategoriesRequest. sortByName()Sorts the results alphanumerically by the category name.LevelCategoriesRequestLevelCategoriesRequest. sortByPosition()Sorts the results by the moderator defined category position.LevelCategoriesRequestLevelCategoriesRequest. sortDirection(SortDirection direction)Sets the direction (ascending or descending) of the sorting.
-