Interface WorldBankDataApi
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
The Interface WorldBankDataApi.
-
Method Summary
-
Method Details
-
getData
List<com.hack23.cia.model.external.worldbank.data.impl.WorldBankData> getData(String countryCode, String indicatorId) throws DataFailureException Gets the data.- Parameters:
countryCode- the country codeindicatorId- the indicator id- Returns:
- the data
- Throws:
DataFailureException- the data failure exception
-