public class FinancialMarketsStatisticsEconomicIndicatorsClient extends AbstractClient
Client which handles financial markets statistics economic indicators data fetching.
| Constructor and Description |
|---|
FinancialMarketsStatisticsEconomicIndicatorsClient()
Default constructor.
|
FinancialMarketsStatisticsEconomicIndicatorsClient(Locale locale)
Overloaded constructor.
|
| Modifier and Type | Method and Description |
|---|---|
List<ResponseModel> |
getFinancialMarketStatisticsGrowthRate()
Fetch all financial market statistics growth rate data.
|
List<ResponseModel> |
getFinancialMarketStatisticsGrowthRate(Collection<String> economicIndicators,
Collection<String> months)
Fetch all financial market statistics growth rate data which match the input
constraints.
|
URLEndpoint |
getUrl()
Returns the URL endpoint which this client represents.
|
doGetRequest, doPostRequest, getCommunicationProtocol, getLocale, getLocalizationLocale, getResponseModels, getResponseModels, getRootUrl, setCommunicationProtocol, setLocale, setLocalizationLocalepublic FinancialMarketsStatisticsEconomicIndicatorsClient()
Default constructor.
public FinancialMarketsStatisticsEconomicIndicatorsClient(Locale locale)
Overloaded constructor.
locale - the Locale for this clientpublic List<ResponseModel> getFinancialMarketStatisticsGrowthRate()
Fetch all financial market statistics growth rate data.
ResponseModel
objectsgetFinancialMarketStatisticsGrowthRate(Collection, Collection)public List<ResponseModel> getFinancialMarketStatisticsGrowthRate(Collection<String> economicIndicators, Collection<String> months)
Fetch all financial market statistics growth rate data which match the input constraints.
economicIndicators - the economic indicatorsmonths - the monthsResponseModel
objectspublic URLEndpoint getUrl()
AbstractClientReturns the URL endpoint which this client represents.
getUrl in class AbstractClientCopyright © 2019. All rights reserved.