Uses of Class
com.treescrub.spedran.data.Genre
-
Packages that use Genre Package Description com.treescrub.spedran 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.series -
-
Uses of Genre in com.treescrub.spedran
Methods in com.treescrub.spedran that return types with arguments of type Genre Modifier and Type Method Description static CompletableFuture<Genre>Spedran. getGenre(String id)Gets theGenrethat corresponds to the providedidasynchronously. -
Uses of Genre in com.treescrub.spedran.requests.builders
Constructors in com.treescrub.spedran.requests.builders with parameters of type Genre Constructor Description GenreRequest(Genre genre) -
Uses of Genre in com.treescrub.spedran.requests.builders.game
Methods in com.treescrub.spedran.requests.builders.game with parameters of type Genre Modifier and Type Method Description GameRomhacksRequestGameRomhacksRequest. genre(Genre genre)Sets the genre to filter for.GamesRequestGamesRequest. genre(Genre genre)Restricts the results to games with the givenGenre. -
Uses of Genre in com.treescrub.spedran.requests.builders.series
Methods in com.treescrub.spedran.requests.builders.series with parameters of type Genre Modifier and Type Method Description SeriesGamesRequestSeriesGamesRequest. genre(Genre genre)Restricts the results to games with the givenGenre.
-