public class FinancialMarketsInvestmentFundsClient extends AbstractClient
Client which handles financial markets investment funds data fetching.
| Constructor and Description |
|---|
FinancialMarketsInvestmentFundsClient()
Default constructor.
|
FinancialMarketsInvestmentFundsClient(Locale locale)
Overloaded constructor.
|
| Modifier and Type | Method and Description |
|---|---|
List<ResponseModel> |
getOwnershipOfInvestmentFund()
Fetch all ownership of investment fund data.
|
List<ResponseModel> |
getOwnershipOfInvestmentFund(Collection<String> observations,
Collection<String> types,
Collection<String> sectors,
Collection<String> quarters)
Fetch all ownership of investment fund 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 FinancialMarketsInvestmentFundsClient()
Default constructor.
public FinancialMarketsInvestmentFundsClient(Locale locale)
Overloaded constructor.
locale - the Locale for this clientpublic List<ResponseModel> getOwnershipOfInvestmentFund()
Fetch all ownership of investment fund data.
ResponseModel
objectsgetOwnershipOfInvestmentFund(Collection, Collection, Collection, Collection)public List<ResponseModel> getOwnershipOfInvestmentFund(Collection<String> observations, Collection<String> types, Collection<String> sectors, Collection<String> quarters)
Fetch all ownership of investment fund data which match the input constraints.
observations - the observations to fetch data fortypes - the types to fetch data forsectors - the sectors to fetch data forquarters - the quarters to fetch data forResponseModel
objectspublic URLEndpoint getUrl()
AbstractClientReturns the URL endpoint which this client represents.
getUrl in class AbstractClientCopyright © 2019. All rights reserved.