Interface WorldBankCountryApi
- 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 WorldBankCountryApi.
-
Method Summary
Modifier and TypeMethodDescriptionList<com.hack23.cia.model.external.worldbank.countries.impl.CountryElement>Gets the countries.
-
Method Details
-
getCountries
List<com.hack23.cia.model.external.worldbank.countries.impl.CountryElement> getCountries() throws DataFailureExceptionGets the countries.- Returns:
- the countries
- Throws:
DataFailureException- the data failure exception
-