Uses of Class
com.treescrub.spedran.requests.builders.game.GameCategoriesRequest
-
Packages that use GameCategoriesRequest 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 GameCategoriesRequest in com.treescrub.spedran
Methods in com.treescrub.spedran that return GameCategoriesRequest Modifier and Type Method Description static GameCategoriesRequestSpedran. getGameCategories(String gameId)Gets aGameCategoriesRequestbuilder to request the categories for the specifiedGame. -
Uses of GameCategoriesRequest in com.treescrub.spedran.data
Methods in com.treescrub.spedran.data that return GameCategoriesRequest Modifier and Type Method Description GameCategoriesRequestGame. getCategories()Gets a newGameCategoriesRequestbuilder object to request categories for this game. -
Uses of GameCategoriesRequest in com.treescrub.spedran.requests.builders.game
Methods in com.treescrub.spedran.requests.builders.game that return GameCategoriesRequest Modifier and Type Method Description GameCategoriesRequestGameCategoriesRequest. miscellaneous(boolean includeMiscellaneous)Sets whether miscellaneous categories should be returned.GameCategoriesRequestGameCategoriesRequest. sortByMiscellaneous()Sorts the returned categories by the miscellaneous flag.GameCategoriesRequestGameCategoriesRequest. sortByName()Sorts the returned categories alphanumerically by name.GameCategoriesRequestGameCategoriesRequest. sortByPosition()Sorts the returned categories by the moderator defined position.GameCategoriesRequestGameCategoriesRequest. sortDirection(SortDirection direction)Sets the direction to sort the returned categories.
-