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