Class FinancialMarketsBalanceOfPaymentsInternationalInvestmentPositionClient
- java.lang.Object
-
- com.github.dannil.scbjavaclient.client.AbstractClient
-
- com.github.dannil.scbjavaclient.client.financialmarkets.balanceofpayments.internationalinvestmentposition.FinancialMarketsBalanceOfPaymentsInternationalInvestmentPositionClient
-
public class FinancialMarketsBalanceOfPaymentsInternationalInvestmentPositionClient extends AbstractClient
Client which handles financial markets balance of payments international investment position data fetching.
- Since:
- 0.4.0
-
-
Constructor Summary
Constructors Constructor Description FinancialMarketsBalanceOfPaymentsInternationalInvestmentPositionClient()Default constructor.FinancialMarketsBalanceOfPaymentsInternationalInvestmentPositionClient(Locale locale)Overloaded constructor.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<ResponseModel>getAssetsAndLiabilitiesByCurrenciesQuarters()Fetch all assets and liabilities by currencies (quarters) data.List<ResponseModel>getAssetsAndLiabilitiesByCurrenciesQuarters(Collection<String> assetsAndLiabilities, Collection<String> currencies, Collection<String> items, Collection<String> quarters)Fetch all assets and liabilities by currencies (quarters) data which match the input constraints.List<ResponseModel>getAssetsAndLiabilitiesByCurrenciesYears()Fetch all assets and liabilities by currencies (years) data.List<ResponseModel>getAssetsAndLiabilitiesByCurrenciesYears(Collection<String> assetsAndLiabilities, Collection<String> currencies, Collection<String> items, Collection<Integer> years)Fetch all assets and liabilities by currencies (years) data which match the input constraints.List<ResponseModel>getAssetsAndLiabilitiesBySectorsQuarters()Fetch all assets and liabilities by sectors (quarters) data.List<ResponseModel>getAssetsAndLiabilitiesBySectorsQuarters(Collection<String> assetsAndLiabilities, Collection<Integer> sectors, Collection<String> items, Collection<String> quarters)Fetch all assets and liabilities by sectors (quarters) data which match the input constraints.List<ResponseModel>getAssetsAndLiabilitiesBySectorsYears()Fetch all assets and liabilities by sectors (years) data.List<ResponseModel>getAssetsAndLiabilitiesBySectorsYears(Collection<String> assetsAndLiabilities, Collection<Integer> sectors, Collection<String> items, Collection<Integer> years)Fetch all assets and liabilities by sectors (years) data which match the input constraints.List<ResponseModel>getAssetsAndLiabilitiesWithDirectInvestments()Fetch all assets and liabilities with direct investments data.List<ResponseModel>getAssetsAndLiabilitiesWithDirectInvestments(Collection<String> assetsAndLiabilities, Collection<String> currencies, Collection<String> items, Collection<Integer> years)Fetch all assets and liabilities with direct investments data which match the input constraints.List<ResponseModel>getGrossExternalDebt()Fetch all gross external debt data.List<ResponseModel>getGrossExternalDebt(Collection<String> items, Collection<String> quarters)Fetch all gross external debt data which match the input constraints.List<ResponseModel>getRevisions()Fetch all revisions data.List<ResponseModel>getRevisions(Collection<String> assetsAndLiabilities, Collection<String> items, Collection<String> quarters)Fetch all revisions data which match the input constraints.URLEndpointgetUrl()Returns the URL endpoint which this client represents.-
Methods inherited from class com.github.dannil.scbjavaclient.client.AbstractClient
doGetRequest, doPostRequest, getCommunicationProtocol, getLocale, getLocalizationLocale, getResponseModels, getResponseModels, getRootUrl, setCommunicationProtocol, setLocale, setLocalizationLocale
-
-
-
-
Constructor Detail
-
FinancialMarketsBalanceOfPaymentsInternationalInvestmentPositionClient
public FinancialMarketsBalanceOfPaymentsInternationalInvestmentPositionClient()
Default constructor.
-
FinancialMarketsBalanceOfPaymentsInternationalInvestmentPositionClient
public FinancialMarketsBalanceOfPaymentsInternationalInvestmentPositionClient(Locale locale)
Overloaded constructor.
- Parameters:
locale- theLocalefor this client
-
-
Method Detail
-
getRevisions
public List<ResponseModel> getRevisions()
Fetch all revisions data.
- Returns:
- the data wrapped in a list of
ResponseModelobjects - See Also:
getRevisions(Collection, Collection, Collection)
-
getRevisions
public List<ResponseModel> getRevisions(Collection<String> assetsAndLiabilities, Collection<String> items, Collection<String> quarters)
Fetch all revisions data which match the input constraints.
- Parameters:
assetsAndLiabilities- the assets and liabilitiesitems- the itemsquarters- the quarters- Returns:
- the data wrapped in a list of
ResponseModelobjects
-
getAssetsAndLiabilitiesBySectorsQuarters
public List<ResponseModel> getAssetsAndLiabilitiesBySectorsQuarters()
Fetch all assets and liabilities by sectors (quarters) data.
- Returns:
- the data wrapped in a list of
ResponseModelobjects - See Also:
getAssetsAndLiabilitiesBySectorsQuarters(Collection, Collection, Collection, Collection)
-
getAssetsAndLiabilitiesBySectorsQuarters
public List<ResponseModel> getAssetsAndLiabilitiesBySectorsQuarters(Collection<String> assetsAndLiabilities, Collection<Integer> sectors, Collection<String> items, Collection<String> quarters)
Fetch all assets and liabilities by sectors (quarters) data which match the input constraints.
- Parameters:
assetsAndLiabilities- the assets and liabilitiessectors- the sectorsitems- the itemsquarters- the quarters- Returns:
- the data wrapped in a list of
ResponseModelobjects
-
getAssetsAndLiabilitiesByCurrenciesYears
public List<ResponseModel> getAssetsAndLiabilitiesByCurrenciesYears()
Fetch all assets and liabilities by currencies (years) data.
- Returns:
- the data wrapped in a list of
ResponseModelobjects - See Also:
getAssetsAndLiabilitiesByCurrenciesYears(Collection, Collection, Collection, Collection)
-
getAssetsAndLiabilitiesByCurrenciesYears
public List<ResponseModel> getAssetsAndLiabilitiesByCurrenciesYears(Collection<String> assetsAndLiabilities, Collection<String> currencies, Collection<String> items, Collection<Integer> years)
Fetch all assets and liabilities by currencies (years) data which match the input constraints.
- Parameters:
assetsAndLiabilities- the assets and liabilitiescurrencies- the currenciesitems- the itemsyears- the years- Returns:
- the data wrapped in a list of
ResponseModelobjects
-
getGrossExternalDebt
public List<ResponseModel> getGrossExternalDebt()
Fetch all gross external debt data.
- Returns:
- the data wrapped in a list of
ResponseModelobjects - See Also:
getGrossExternalDebt(Collection, Collection)
-
getGrossExternalDebt
public List<ResponseModel> getGrossExternalDebt(Collection<String> items, Collection<String> quarters)
Fetch all gross external debt data which match the input constraints.
- Parameters:
items- the itemsquarters- the quarters- Returns:
- the data wrapped in a list of
ResponseModelobjects
-
getAssetsAndLiabilitiesBySectorsYears
public List<ResponseModel> getAssetsAndLiabilitiesBySectorsYears()
Fetch all assets and liabilities by sectors (years) data.
- Returns:
- the data wrapped in a list of
ResponseModelobjects - See Also:
getAssetsAndLiabilitiesBySectorsYears(Collection, Collection, Collection, Collection)
-
getAssetsAndLiabilitiesBySectorsYears
public List<ResponseModel> getAssetsAndLiabilitiesBySectorsYears(Collection<String> assetsAndLiabilities, Collection<Integer> sectors, Collection<String> items, Collection<Integer> years)
Fetch all assets and liabilities by sectors (years) data which match the input constraints.
- Parameters:
assetsAndLiabilities- the assets and liabilitiessectors- the sectorsitems- the itemsyears- the years- Returns:
- the data wrapped in a list of
ResponseModelobjects
-
getAssetsAndLiabilitiesWithDirectInvestments
public List<ResponseModel> getAssetsAndLiabilitiesWithDirectInvestments()
Fetch all assets and liabilities with direct investments data.
- Returns:
- the data wrapped in a list of
ResponseModelobjects - See Also:
getAssetsAndLiabilitiesWithDirectInvestments(Collection, Collection, Collection, Collection)
-
getAssetsAndLiabilitiesWithDirectInvestments
public List<ResponseModel> getAssetsAndLiabilitiesWithDirectInvestments(Collection<String> assetsAndLiabilities, Collection<String> currencies, Collection<String> items, Collection<Integer> years)
Fetch all assets and liabilities with direct investments data which match the input constraints.
- Parameters:
assetsAndLiabilities- the assets and liabilitiescurrencies- the currenciesitems- the itemsyears- the years- Returns:
- the data wrapped in a list of
ResponseModelobjects
-
getAssetsAndLiabilitiesByCurrenciesQuarters
public List<ResponseModel> getAssetsAndLiabilitiesByCurrenciesQuarters()
Fetch all assets and liabilities by currencies (quarters) data.
- Returns:
- the data wrapped in a list of
ResponseModelobjects - See Also:
getAssetsAndLiabilitiesByCurrenciesQuarters(Collection, Collection, Collection, Collection)
-
getAssetsAndLiabilitiesByCurrenciesQuarters
public List<ResponseModel> getAssetsAndLiabilitiesByCurrenciesQuarters(Collection<String> assetsAndLiabilities, Collection<String> currencies, Collection<String> items, Collection<String> quarters)
Fetch all assets and liabilities by currencies (quarters) data which match the input constraints.
- Parameters:
assetsAndLiabilities- the assets and liabilitiescurrencies- the currenciesitems- the itemsquarters- the quarters- Returns:
- the data wrapped in a list of
ResponseModelobjects
-
getUrl
public URLEndpoint getUrl()
Description copied from class:AbstractClientReturns the URL endpoint which this client represents.
- Specified by:
getUrlin classAbstractClient- Returns:
- the URL endpoint for this client
-
-