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.

@FunctionalInterface public interface WorldBankCountryApi
The Interface WorldBankCountryApi.
  • Method Summary

    Modifier and Type
    Method
    Description
    List<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 DataFailureException
      Gets the countries.
      Returns:
      the countries
      Throws:
      DataFailureException - the data failure exception