Uses of Class
com.litesoftwares.coingecko.domain.Exchanges.ExchangesTickersById
Packages that use ExchangesTickersById
-
Uses of ExchangesTickersById in com.litesoftwares.coingecko
Methods in com.litesoftwares.coingecko that return ExchangesTickersByIdModifier and TypeMethodDescriptionCoinGeckoApiClient.getExchangesTickersById(String id) CoinGeckoApiClient.getExchangesTickersById(String id, String coinIds, Integer page, String order) Methods in com.litesoftwares.coingecko that return types with arguments of type ExchangesTickersByIdModifier and TypeMethodDescriptionretrofit2.Call<ExchangesTickersById>CoinGeckoApiService.getExchangesTickersById(String id, String coinIds, Integer page, String order) -
Uses of ExchangesTickersById in com.litesoftwares.coingecko.impl
Methods in com.litesoftwares.coingecko.impl that return ExchangesTickersByIdModifier and TypeMethodDescriptionCoinGeckoApiClientImpl.getExchangesTickersById(String id) CoinGeckoApiClientImpl.getExchangesTickersById(String id, String coinIds, Integer page, String order)