@FunctionalInterface public interface WorldBankDataApi
Modifier and Type | Method and Description |
---|---|
List<com.hack23.cia.model.external.worldbank.data.impl.WorldBankData> |
getData(String countryCode,
String indicatorId)
Gets the data.
|
List<com.hack23.cia.model.external.worldbank.data.impl.WorldBankData> getData(String countryCode, String indicatorId) throws DataFailureException
countryCode
- the country codeindicatorId
- the indicator idDataFailureException
- the data failure exceptionCopyright © 2010–2017 www.hack23.com. All rights reserved.