Uses of Class
com.litesoftwares.coingecko.domain.Coins.CoinTickerById
Packages that use CoinTickerById
-
Uses of CoinTickerById in com.litesoftwares.coingecko
Methods in com.litesoftwares.coingecko that return CoinTickerByIdModifier and TypeMethodDescriptionCoinGeckoApiClient.getCoinTickerById(String id) CoinGeckoApiClient.getCoinTickerById(String id, String exchangeIds, Integer page, String order) Methods in com.litesoftwares.coingecko that return types with arguments of type CoinTickerByIdModifier and TypeMethodDescriptionretrofit2.Call<CoinTickerById>CoinGeckoApiService.getCoinTickerById(String id, String exchangeIds, Integer page, String order) -
Uses of CoinTickerById in com.litesoftwares.coingecko.impl
Methods in com.litesoftwares.coingecko.impl that return CoinTickerByIdModifier and TypeMethodDescriptionCoinGeckoApiClientImpl.getCoinTickerById(String id) CoinGeckoApiClientImpl.getCoinTickerById(String id, String exchangeIds, Integer page, String order)