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.

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

    Modifier and Type
    Method
    Description
    List<com.hack23.cia.model.external.worldbank.data.impl.WorldBankData>
    getData(String countryCode, String indicatorId)
    Gets the data.
  • 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 code
      indicatorId - the indicator id
      Returns:
      the data
      Throws:
      DataFailureException - the data failure exception