public class FinancialMarketsEnterprisesClient extends AbstractClient
Client which handles financial markets enterprises data fetching.
| Constructor and Description |
|---|
FinancialMarketsEnterprisesClient()
Default constructor.
|
FinancialMarketsEnterprisesClient(Locale locale)
Overloaded constructor.
|
| Modifier and Type | Method and Description |
|---|---|
List<ResponseModel> |
getBalanceSheet()
Fetch all balance sheet data.
|
List<ResponseModel> |
getBalanceSheet(Collection<String> institutes,
Collection<String> items,
Collection<Integer> years)
Fetch all balance sheet data which match the input constraints.
|
List<ResponseModel> |
getIncomeStatements()
Fetch all income statements data.
|
List<ResponseModel> |
getIncomeStatements(Collection<String> institutes,
Collection<String> items,
Collection<Integer> years)
Fetch all income statements 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 FinancialMarketsEnterprisesClient()
Default constructor.
public FinancialMarketsEnterprisesClient(Locale locale)
Overloaded constructor.
locale - the Locale for this clientpublic List<ResponseModel> getIncomeStatements()
Fetch all income statements data.
ResponseModel
objectsgetIncomeStatements(Collection, Collection, Collection)public List<ResponseModel> getIncomeStatements(Collection<String> institutes, Collection<String> items, Collection<Integer> years)
Fetch all income statements data which match the input constraints.
institutes - the institutesitems - the itemsyears - the yearsResponseModel
objectspublic List<ResponseModel> getBalanceSheet()
Fetch all balance sheet data.
ResponseModel
objectsgetBalanceSheet(Collection, Collection, Collection)public List<ResponseModel> getBalanceSheet(Collection<String> institutes, Collection<String> items, Collection<Integer> years)
Fetch all balance sheet data which match the input constraints.
institutes - the institutesitems - the itemsyears - the yearsResponseModel
objectspublic URLEndpoint getUrl()
AbstractClientReturns the URL endpoint which this client represents.
getUrl in class AbstractClientCopyright © 2019. All rights reserved.