public class FinancialMarketsBalanceOfPaymentsEconomicIndicatorsClient extends AbstractClient
Client which handles financial markets balance of payments economic indicators data fetching.
| Constructor and Description |
|---|
FinancialMarketsBalanceOfPaymentsEconomicIndicatorsClient()
Default constructor.
|
FinancialMarketsBalanceOfPaymentsEconomicIndicatorsClient(Locale locale)
Overloaded constructor.
|
| Modifier and Type | Method and Description |
|---|---|
List<ResponseModel> |
getBalanceOfPaymentsNet()
Fetch all balance of payments net data.
|
List<ResponseModel> |
getBalanceOfPaymentsNet(Collection<String> indicators,
Collection<String> quarters)
Fetch all balance of payments net 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 FinancialMarketsBalanceOfPaymentsEconomicIndicatorsClient()
Default constructor.
public FinancialMarketsBalanceOfPaymentsEconomicIndicatorsClient(Locale locale)
Overloaded constructor.
locale - the Locale for this clientpublic List<ResponseModel> getBalanceOfPaymentsNet()
Fetch all balance of payments net data.
ResponseModel
objectsgetBalanceOfPaymentsNet(Collection, Collection)public List<ResponseModel> getBalanceOfPaymentsNet(Collection<String> indicators, Collection<String> quarters)
Fetch all balance of payments net data which match the input constraints.
indicators - the indicatorsquarters - the quartersResponseModel
objectspublic URLEndpoint getUrl()
AbstractClientReturns the URL endpoint which this client represents.
getUrl in class AbstractClientCopyright © 2019. All rights reserved.