public class FinancialMarketsBalanceOfPaymentsDirectInvestmentsClient extends AbstractClient
Client which handles financial markets balance of payments direct investments data fetching.
| Constructor and Description |
|---|
FinancialMarketsBalanceOfPaymentsDirectInvestmentsClient()
Default constructor.
|
FinancialMarketsBalanceOfPaymentsDirectInvestmentsClient(Locale locale)
Overloaded constructor.
|
| Modifier and Type | Method and Description |
|---|---|
List<ResponseModel> |
getDirectInvestmentsByCountryQuarters()
Fetch all direct investments by country (quarters) data.
|
List<ResponseModel> |
getDirectInvestmentsByCountryQuarters(Collection<String> countries,
Collection<String> quarters)
Fetch all direct investments by country (quarters) data which match the input
constraints.
|
List<ResponseModel> |
getDirectInvestmentsByCountryYears()
Fetch all direct investments by country (years) data.
|
List<ResponseModel> |
getDirectInvestmentsByCountryYears(Collection<String> countries,
Collection<Integer> years)
Fetch all direct investments by country (years) data which match the input
constraints.
|
List<ResponseModel> |
getDirectInvestmentsByEconomicActivityNACE2002()
Fetch all direct investments by economic activity (NACE 2002) data.
|
List<ResponseModel> |
getDirectInvestmentsByEconomicActivityNACE2002(Collection<String> industrialClassifications,
Collection<Integer> years)
Fetch all direct investments by economic activity (NACE 2002) data which match
the input constraints.
|
List<ResponseModel> |
getDirectInvestmentsByEconomicActivityNACE2007()
Fetch all direct investments by economic activity (NACE 2007) data.
|
List<ResponseModel> |
getDirectInvestmentsByEconomicActivityNACE2007(Collection<String> industrialClassifications,
Collection<Integer> years)
Fetch all direct investments by economic activity (NACE 2007) data which match
the input constraints.
|
List<ResponseModel> |
getDirectInvestmentsByInvestmentItem()
Fetch all direct investments by investment item data.
|
List<ResponseModel> |
getDirectInvestmentsByInvestmentItem(Collection<String> investments,
Collection<String> quarters)
Fetch all direct investments by investment item 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 FinancialMarketsBalanceOfPaymentsDirectInvestmentsClient()
Default constructor.
public FinancialMarketsBalanceOfPaymentsDirectInvestmentsClient(Locale locale)
Overloaded constructor.
locale - the Locale for this clientpublic List<ResponseModel> getDirectInvestmentsByEconomicActivityNACE2007()
Fetch all direct investments by economic activity (NACE 2007) data.
ResponseModel
objectsgetDirectInvestmentsByEconomicActivityNACE2007(Collection, Collection)public List<ResponseModel> getDirectInvestmentsByEconomicActivityNACE2007(Collection<String> industrialClassifications, Collection<Integer> years)
Fetch all direct investments by economic activity (NACE 2007) data which match the input constraints.
industrialClassifications - the industrial classificationsyears - the yearsResponseModel
objectspublic List<ResponseModel> getDirectInvestmentsByCountryYears()
Fetch all direct investments by country (years) data.
ResponseModel
objectsgetDirectInvestmentsByCountryYears(Collection, Collection)public List<ResponseModel> getDirectInvestmentsByCountryYears(Collection<String> countries, Collection<Integer> years)
Fetch all direct investments by country (years) data which match the input constraints.
countries - the countriesyears - the yearsResponseModel
objectspublic List<ResponseModel> getDirectInvestmentsByEconomicActivityNACE2002()
Fetch all direct investments by economic activity (NACE 2002) data.
ResponseModel
objectsgetDirectInvestmentsByEconomicActivityNACE2002(Collection, Collection)public List<ResponseModel> getDirectInvestmentsByEconomicActivityNACE2002(Collection<String> industrialClassifications, Collection<Integer> years)
Fetch all direct investments by economic activity (NACE 2002) data which match the input constraints.
industrialClassifications - the industrial classificationsyears - the yearsResponseModel
objectspublic List<ResponseModel> getDirectInvestmentsByInvestmentItem()
Fetch all direct investments by investment item data.
ResponseModel
objectsgetDirectInvestmentsByInvestmentItem(Collection, Collection)public List<ResponseModel> getDirectInvestmentsByInvestmentItem(Collection<String> investments, Collection<String> quarters)
Fetch all direct investments by investment item data which match the input constraints.
investments - the investmentsquarters - the quartersResponseModel
objectspublic List<ResponseModel> getDirectInvestmentsByCountryQuarters()
Fetch all direct investments by country (quarters) data.
ResponseModel
objectsgetDirectInvestmentsByCountryQuarters(Collection, Collection)public List<ResponseModel> getDirectInvestmentsByCountryQuarters(Collection<String> countries, Collection<String> quarters)
Fetch all direct investments by country (quarters) data which match the input constraints.
countries - the countriesquarters - the quartersResponseModel
objectspublic URLEndpoint getUrl()
AbstractClientReturns the URL endpoint which this client represents.
getUrl in class AbstractClientCopyright © 2019. All rights reserved.