public class FinancialMarketsBalanceOfPaymentsPaymentsClient extends AbstractClient
Client which handles financial markets balance of payments payments data fetching.
| Constructor and Description |
|---|
FinancialMarketsBalanceOfPaymentsPaymentsClient()
Default constructor.
|
FinancialMarketsBalanceOfPaymentsPaymentsClient(Locale locale)
Overloaded constructor.
|
| Modifier and Type | Method and Description |
|---|---|
List<ResponseModel> |
getCurrentAccountsQuarters()
Fetch all current accounts quarters data.
|
List<ResponseModel> |
getCurrentAccountsQuarters(Collection<String> countryGroups,
Collection<String> exportsAndImports,
Collection<String> items,
Collection<String> quarters)
Fetch all current accounts quarters data which match the input constraints.
|
List<ResponseModel> |
getCurrentAccountsYears()
Fetch all current accounts years data.
|
List<ResponseModel> |
getCurrentAccountsYears(Collection<String> countryGroups,
Collection<String> exportsAndImports,
Collection<String> items,
Collection<Integer> years)
Fetch all current accounts years data which match the input constraints.
|
List<ResponseModel> |
getFinancialAccountsQuarters()
Fetch all financial accounts quarters data.
|
List<ResponseModel> |
getFinancialAccountsQuarters(Collection<String> typesOfInvestments,
Collection<String> items,
Collection<String> quarters)
Fetch all financial accounts quarters data which match the input
constraints.
|
List<ResponseModel> |
getFinancialAccountsYears()
Fetch all financial accounts years data.
|
List<ResponseModel> |
getFinancialAccountsYears(Collection<String> typesOfInvestments,
Collection<String> items,
Collection<Integer> years)
Fetch all financial accounts years data which match the input constraints.
|
List<ResponseModel> |
getPrimaryIncome()
Fetch all primary income data.
|
List<ResponseModel> |
getPrimaryIncome(Collection<String> exportsAndImports,
Collection<String> items,
Collection<String> quarters)
Fetch all primary income data which match the input constraints.
|
List<ResponseModel> |
getRevisions()
Fetch all revisions data.
|
List<ResponseModel> |
getRevisions(Collection<String> items,
Collection<String> quarters)
Fetch all revisions data which match the input constraints.
|
List<ResponseModel> |
getSeasonallyAdjustedCurrentAccountAndCapitalAccount()
Fetch all seasonally adjusted current account and capital account data.
|
List<ResponseModel> |
getSeasonallyAdjustedCurrentAccountAndCapitalAccount(Collection<String> items,
Collection<String> quarters)
Fetch all seasonally adjusted current account and capital account data which
match the input constraints.
|
List<ResponseModel> |
getSecondaryIncomeAndCapitalAccounts()
Fetch all secondary income and capital accounts data.
|
List<ResponseModel> |
getSecondaryIncomeAndCapitalAccounts(Collection<String> transactions,
Collection<String> items,
Collection<String> quarters)
Fetch all secondary income and capital accounts data which match the input
constraints.
|
List<ResponseModel> |
getTransactionsQuarters()
Fetch all transactions quarters data.
|
List<ResponseModel> |
getTransactionsQuarters(Collection<String> items,
Collection<String> quarters)
Fetch all transactions quarters data which match the input constraints.
|
List<ResponseModel> |
getTransactionsYears()
Fetch all transactions years data.
|
List<ResponseModel> |
getTransactionsYears(Collection<String> items,
Collection<Integer> years)
Fetch all transactions years 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 FinancialMarketsBalanceOfPaymentsPaymentsClient()
Default constructor.
public FinancialMarketsBalanceOfPaymentsPaymentsClient(Locale locale)
Overloaded constructor.
locale - the Locale for this clientpublic List<ResponseModel> getTransactionsQuarters()
Fetch all transactions quarters data.
ResponseModel
objectsgetTransactionsQuarters(Collection, Collection)public List<ResponseModel> getTransactionsQuarters(Collection<String> items, Collection<String> quarters)
Fetch all transactions quarters data which match the input constraints.
items - the itemsquarters - the quartersResponseModel
objectspublic List<ResponseModel> getSeasonallyAdjustedCurrentAccountAndCapitalAccount()
Fetch all seasonally adjusted current account and capital account data.
ResponseModel
objectsgetSeasonallyAdjustedCurrentAccountAndCapitalAccount(Collection, Collection)public List<ResponseModel> getSeasonallyAdjustedCurrentAccountAndCapitalAccount(Collection<String> items, Collection<String> quarters)
Fetch all seasonally adjusted current account and capital account data which match the input constraints.
items - the itemsquarters - the quartersResponseModel
objectspublic List<ResponseModel> getCurrentAccountsQuarters()
Fetch all current accounts quarters data.
ResponseModel
objectsgetCurrentAccountsQuarters(Collection, Collection, Collection, Collection)public List<ResponseModel> getCurrentAccountsQuarters(Collection<String> countryGroups, Collection<String> exportsAndImports, Collection<String> items, Collection<String> quarters)
Fetch all current accounts quarters data which match the input constraints.
countryGroups - the country groupsexportsAndImports - the exports and importsitems - the itemsquarters - the quartersResponseModel
objectspublic List<ResponseModel> getFinancialAccountsQuarters()
Fetch all financial accounts quarters data.
ResponseModel
objectsgetFinancialAccountsQuarters(Collection, Collection, Collection)public List<ResponseModel> getFinancialAccountsQuarters(Collection<String> typesOfInvestments, Collection<String> items, Collection<String> quarters)
Fetch all financial accounts quarters data which match the input constraints.
typesOfInvestments - the types of investmentsitems - the itemsquarters - the quartersResponseModel
objectspublic List<ResponseModel> getSecondaryIncomeAndCapitalAccounts()
Fetch all secondary income and capital accounts data.
ResponseModel
objectsgetSecondaryIncomeAndCapitalAccounts(Collection, Collection, Collection)public List<ResponseModel> getSecondaryIncomeAndCapitalAccounts(Collection<String> transactions, Collection<String> items, Collection<String> quarters)
Fetch all secondary income and capital accounts data which match the input constraints.
transactions - the transactionsitems - the itemsquarters - the quartersResponseModel
objectspublic List<ResponseModel> getTransactionsYears()
Fetch all transactions years data.
ResponseModel
objectsgetTransactionsYears(Collection, Collection)public List<ResponseModel> getTransactionsYears(Collection<String> items, Collection<Integer> years)
Fetch all transactions years data which match the input constraints.
items - the itemsyears - the yearsResponseModel
objectspublic List<ResponseModel> getRevisions()
Fetch all revisions data.
ResponseModel
objectsgetRevisions(Collection, Collection)public List<ResponseModel> getRevisions(Collection<String> items, Collection<String> quarters)
Fetch all revisions data which match the input constraints.
items - the itemsquarters - the quartersResponseModel
objectspublic List<ResponseModel> getCurrentAccountsYears()
Fetch all current accounts years data.
ResponseModel
objectsgetCurrentAccountsYears(Collection, Collection, Collection, Collection)public List<ResponseModel> getCurrentAccountsYears(Collection<String> countryGroups, Collection<String> exportsAndImports, Collection<String> items, Collection<Integer> years)
Fetch all current accounts years data which match the input constraints.
countryGroups - the country groupsexportsAndImports - the exports and importsitems - the itemsyears - the yearsResponseModel
objectspublic List<ResponseModel> getFinancialAccountsYears()
Fetch all financial accounts years data.
ResponseModel
objectsgetFinancialAccountsYears(Collection, Collection, Collection)public List<ResponseModel> getFinancialAccountsYears(Collection<String> typesOfInvestments, Collection<String> items, Collection<Integer> years)
Fetch all financial accounts years data which match the input constraints.
typesOfInvestments - the types of investmentsitems - the itemsyears - the yearsResponseModel
objectspublic List<ResponseModel> getPrimaryIncome()
Fetch all primary income data.
ResponseModel
objectsgetPrimaryIncome(Collection, Collection, Collection)public List<ResponseModel> getPrimaryIncome(Collection<String> exportsAndImports, Collection<String> items, Collection<String> quarters)
Fetch all primary income data which match the input constraints.
exportsAndImports - the exports and importsitems - the itemsquarters - the quartersResponseModel
objectspublic URLEndpoint getUrl()
AbstractClientReturns the URL endpoint which this client represents.
getUrl in class AbstractClientCopyright © 2019. All rights reserved.