Uses of Class
com.treescrub.spedran.requests.SortDirection
-
Packages that use SortDirection Package Description com.treescrub.spedran.requests com.treescrub.spedran.requests.builders All request builders to get resources from the SRC API.com.treescrub.spedran.requests.builders.game com.treescrub.spedran.requests.builders.run com.treescrub.spedran.requests.builders.series com.treescrub.spedran.requests.builders.user -
-
Uses of SortDirection in com.treescrub.spedran.requests
Methods in com.treescrub.spedran.requests that return SortDirection Modifier and Type Method Description static SortDirectionSortDirection. valueOf(String name)Returns the enum constant of this type with the specified name.static SortDirection[]SortDirection. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of SortDirection in com.treescrub.spedran.requests.builders
Methods in com.treescrub.spedran.requests.builders with parameters of type SortDirection Modifier and Type Method Description CategoryVariablesRequestCategoryVariablesRequest. sortDirection(SortDirection direction)Sets the direction (ascending or descending) of the sorting.DevelopersRequestDevelopersRequest. sortDirection(SortDirection direction)Sets the direction (ascending or descending) of the sorting.EnginesRequestEnginesRequest. sortDirection(SortDirection direction)Sets the direction (ascending or descending) of the sorting.GametypesRequestGametypesRequest. sortDirection(SortDirection direction)Sets the direction (ascending or descending) of the sorting.GenresRequestGenresRequest. sortDirection(SortDirection direction)Sets the direction (ascending or descending) of the sorting.LevelCategoriesRequestLevelCategoriesRequest. sortDirection(SortDirection direction)Sets the direction (ascending or descending) of the sorting.LevelVariablesRequestLevelVariablesRequest. sortDirection(SortDirection direction)Sets the direction (ascending or descending) of the sorting.PlatformsRequestPlatformsRequest. sortDirection(SortDirection direction)Sets the direction (ascending or descending) of the sorting.PublishersRequestPublishersRequest. sortDirection(SortDirection direction)Sets the direction (ascending or descending) of the sorting.RegionsRequestRegionsRequest. sortDirection(SortDirection direction)Sets the direction (ascending or descending) of the sorting. -
Uses of SortDirection in com.treescrub.spedran.requests.builders.game
Methods in com.treescrub.spedran.requests.builders.game with parameters of type SortDirection Modifier and Type Method Description GameCategoriesRequestGameCategoriesRequest. sortDirection(SortDirection direction)Sets the direction to sort the returned categories.GameLevelsRequestGameLevelsRequest. sortDirection(SortDirection direction)Sets the direction to sort the returned levels.GameRomhacksRequestGameRomhacksRequest. sortDirection(SortDirection direction)Sets the direction to sort the returned games.GamesRequestGamesRequest. sortDirection(SortDirection direction)Sets the direction (ascending or descending) of the sorting.GameVariablesRequestGameVariablesRequest. sortDirection(SortDirection direction)Sets the direction (ascending or descending) of the sorting. -
Uses of SortDirection in com.treescrub.spedran.requests.builders.run
Methods in com.treescrub.spedran.requests.builders.run with parameters of type SortDirection Modifier and Type Method Description RunsRequestRunsRequest. sortDirection(SortDirection direction)Sets the direction (ascending or descending) of the sorting. -
Uses of SortDirection in com.treescrub.spedran.requests.builders.series
Methods in com.treescrub.spedran.requests.builders.series with parameters of type SortDirection Modifier and Type Method Description AllSeriesRequestAllSeriesRequest. sortDirection(SortDirection direction)Sets the direction (ascending or descending) of the sorting.SeriesGamesRequestSeriesGamesRequest. sortDirection(SortDirection direction)Sets the direction (ascending or descending) of the sorting. -
Uses of SortDirection in com.treescrub.spedran.requests.builders.user
Methods in com.treescrub.spedran.requests.builders.user with parameters of type SortDirection Modifier and Type Method Description UsersRequestUsersRequest. sortDirection(SortDirection direction)Sets the direction (ascending or descending) of the sorting.
-