Uses of Class
com.treescrub.spedran.requests.builders.GenresRequest
-
Packages that use GenresRequest Package Description com.treescrub.spedran com.treescrub.spedran.requests.builders All request builders to get resources from the SRC API. -
-
Uses of GenresRequest in com.treescrub.spedran
Methods in com.treescrub.spedran that return GenresRequest Modifier and Type Method Description static GenresRequestSpedran. getGenres()Gets aGenresRequestbuilder to request allGenres. -
Uses of GenresRequest in com.treescrub.spedran.requests.builders
Methods in com.treescrub.spedran.requests.builders that return GenresRequest Modifier and Type Method Description GenresRequestGenresRequest. sortByName()Sorts the results alphanumerically by name.GenresRequestGenresRequest. sortDirection(SortDirection direction)Sets the direction (ascending or descending) of the sorting.
-