Class FinancialMarketsStatisticsClient


  • public class FinancialMarketsStatisticsClient
    extends AbstractContainerClient

    Client which handles financial markets statistics data fetching.

    Since:
    0.4.0
    • Constructor Detail

      • FinancialMarketsStatisticsClient

        public FinancialMarketsStatisticsClient()

        Default constructor. Initializes values and creates sub-clients.

      • FinancialMarketsStatisticsClient

        public FinancialMarketsStatisticsClient​(Locale locale)

        Overloaded constructor.

        Parameters:
        locale - the Locale for this client
    • Method Detail

      • claimsAndLiabilities

        public FinancialMarketsStatisticsClaimsAndLiabilitiesClient claimsAndLiabilities()

        Retrieve the client for interacting with financial markets statistics claims and liabilities data.

        Returns:
        a client for financial markets statistics claims and liabilities data
      • depositAndLending

        public FinancialMarketsStatisticsDepositAndLendingClient depositAndLending()

        Retrieve the client for interacting with financial markets statistics deposit and lending data.

        Returns:
        a client for financial markets statistics deposit and lending data
      • economicIndicators

        public FinancialMarketsStatisticsEconomicIndicatorsClient economicIndicators()

        Retrieve the client for interacting with financial markets statistics economic indicators data.

        Returns:
        a client for financial markets statistics economic indicators data
      • keyFigures

        public FinancialMarketsStatisticsKeyFiguresClient keyFigures()

        Retrieve the client for interacting with financial markets statistics key figures data.

        Returns:
        a client for financial markets statistics key figures data
      • statistics

        public FinancialMarketsStatisticsStatisticsClient statistics()

        Retrieve the client for interacting with financial markets statistics statistics data.

        Returns:
        a client for financial markets statistics statistics data
      • getUrl

        public URLEndpoint getUrl()
        Description copied from class: AbstractClient

        Returns the URL endpoint which this client represents.

        Specified by:
        getUrl in class AbstractClient
        Returns:
        the URL endpoint for this client