public class FinancialMarketsStatisticsKeyFiguresClient extends AbstractClient
Client which handles financial markets statistics key figures data fetching.
| Constructor and Description |
|---|
FinancialMarketsStatisticsKeyFiguresClient()
Default constructor.
|
FinancialMarketsStatisticsKeyFiguresClient(Locale locale)
Overloaded constructor.
|
| Modifier and Type | Method and Description |
|---|---|
List<ResponseModel> |
getKeyFigures()
Fetch all key figures data.
|
List<ResponseModel> |
getKeyFigures(Collection<String> keyFigures,
Collection<String> months)
Fetch all key figures 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 FinancialMarketsStatisticsKeyFiguresClient()
Default constructor.
public FinancialMarketsStatisticsKeyFiguresClient(Locale locale)
Overloaded constructor.
locale - the Locale for this clientpublic List<ResponseModel> getKeyFigures()
Fetch all key figures data.
ResponseModel
objectsgetKeyFigures(Collection, Collection)public List<ResponseModel> getKeyFigures(Collection<String> keyFigures, Collection<String> months)
Fetch all key figures data which match the input constraints.
keyFigures - the key figuresmonths - the monthsResponseModel
objectspublic URLEndpoint getUrl()
AbstractClientReturns the URL endpoint which this client represents.
getUrl in class AbstractClientCopyright © 2019. All rights reserved.