public class FinancialMarketsBalanceOfPaymentsClient extends AbstractContainerClient
Client which handles financial markets balance of payments data fetching.
Constructor and Description |
---|
FinancialMarketsBalanceOfPaymentsClient()
Default constructor.
|
FinancialMarketsBalanceOfPaymentsClient(Locale locale)
Overloaded constructor.
|
Modifier and Type | Method and Description |
---|---|
FinancialMarketsBalanceOfPaymentsDirectInvestmentsClient |
directInvestments()
Retrieve the client for interacting with financial markets balance of payments
direct investments data.
|
FinancialMarketsBalanceOfPaymentsEconomicIndicatorsClient |
economicIndicators()
Retrieve the client for interacting with financial markets balance of payments
economic indicators data.
|
URLEndpoint |
getUrl()
Returns the URL endpoint which this client represents.
|
FinancialMarketsBalanceOfPaymentsInternationalInvestmentPositionClient |
internationalInvestmentPosition()
Retrieve the client for interacting with financial markets balance of payments
international investment position data.
|
FinancialMarketsBalanceOfPaymentsPaymentsClient |
payments()
Retrieve the client for interacting with financial markets balance of payments
payments data.
|
FinancialMarketsBalanceOfPaymentsPortfolioInvestmentClient |
portfolioInvestment()
Retrieve the client for interacting with financial markets balance of payments
portfolio investment data.
|
addClient, getClient, setLocale
doGetRequest, doPostRequest, getCommunicationProtocol, getLocale, getLocalizationLocale, getResponseModels, getResponseModels, getRootUrl, setCommunicationProtocol, setLocalizationLocale
public FinancialMarketsBalanceOfPaymentsClient()
Default constructor. Initializes values and creates sub-clients.
public FinancialMarketsBalanceOfPaymentsClient(Locale locale)
Overloaded constructor.
locale
- the Locale
for this clientpublic FinancialMarketsBalanceOfPaymentsDirectInvestmentsClient directInvestments()
Retrieve the client for interacting with financial markets balance of payments direct investments data.
public FinancialMarketsBalanceOfPaymentsEconomicIndicatorsClient economicIndicators()
Retrieve the client for interacting with financial markets balance of payments economic indicators data.
public FinancialMarketsBalanceOfPaymentsInternationalInvestmentPositionClient internationalInvestmentPosition()
Retrieve the client for interacting with financial markets balance of payments international investment position data.
public FinancialMarketsBalanceOfPaymentsPaymentsClient payments()
Retrieve the client for interacting with financial markets balance of payments payments data.
public FinancialMarketsBalanceOfPaymentsPortfolioInvestmentClient portfolioInvestment()
Retrieve the client for interacting with financial markets balance of payments portfolio investment data.
public URLEndpoint getUrl()
AbstractClient
Returns the URL endpoint which this client represents.
getUrl
in class AbstractClient
Copyright © 2019. All rights reserved.