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