public class FinancialMarketsStatisticsClient extends AbstractContainerClient
Client which handles financial markets statistics data fetching.
Constructor and Description |
---|
FinancialMarketsStatisticsClient()
Default constructor.
|
FinancialMarketsStatisticsClient(Locale locale)
Overloaded constructor.
|
Modifier and Type | Method and Description |
---|---|
FinancialMarketsStatisticsClaimsAndLiabilitiesClient |
claimsAndLiabilities()
Retrieve the client for interacting with financial markets statistics claims and
liabilities data.
|
FinancialMarketsStatisticsDepositAndLendingClient |
depositAndLending()
Retrieve the client for interacting with financial markets statistics deposit
and lending data.
|
FinancialMarketsStatisticsEconomicIndicatorsClient |
economicIndicators()
Retrieve the client for interacting with financial markets statistics economic
indicators data.
|
URLEndpoint |
getUrl()
Returns the URL endpoint which this client represents.
|
FinancialMarketsStatisticsKeyFiguresClient |
keyFigures()
Retrieve the client for interacting with financial markets statistics key
figures data.
|
FinancialMarketsStatisticsStatisticsClient |
statistics()
Retrieve the client for interacting with financial markets statistics statistics
data.
|
addClient, getClient, setLocale
doGetRequest, doPostRequest, getLocale, getLocalizationLocale, getResponseModels, getResponseModels, getRootUrl, setLocalizationLocale
public FinancialMarketsStatisticsClient()
Default constructor. Initializes values and creates sub-clients.
public FinancialMarketsStatisticsClient(Locale locale)
Overloaded constructor.
locale
- the Locale
for this clientpublic FinancialMarketsStatisticsClaimsAndLiabilitiesClient claimsAndLiabilities()
Retrieve the client for interacting with financial markets statistics claims and liabilities data.
public FinancialMarketsStatisticsDepositAndLendingClient depositAndLending()
Retrieve the client for interacting with financial markets statistics deposit and lending data.
public FinancialMarketsStatisticsEconomicIndicatorsClient economicIndicators()
Retrieve the client for interacting with financial markets statistics economic indicators data.
public FinancialMarketsStatisticsKeyFiguresClient keyFigures()
Retrieve the client for interacting with financial markets statistics key figures data.
public FinancialMarketsStatisticsStatisticsClient statistics()
Retrieve the client for interacting with financial markets statistics statistics data.
public URLEndpoint getUrl()
AbstractClient
Returns the URL endpoint which this client represents.
getUrl
in class AbstractClient
Copyright © 2018. All rights reserved.