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> |
getOwnershipOfInvestmentFundShares()
Fetch all ownership of investment fund shares data.
|
List<ResponseModel> |
getOwnershipOfInvestmentFundShares(Collection<String> types,
Collection<String> sectors,
Collection<String> quarters)
Fetch all ownership of investment fund shares data which match the input
constraints.
|
URLEndpoint |
getUrl()
Returns the URL endpoint which this client represents.
|
doGetRequest, doPostRequest, getLocale, getLocalizationLocale, getResponseModels, getResponseModels, getRootUrl, setLocale, setLocalizationLocalepublic FinancialMarketsInvestmentFundsClient()
Default constructor.
public FinancialMarketsInvestmentFundsClient(Locale locale)
Overloaded constructor.
locale - the Locale for this clientpublic List<ResponseModel> getOwnershipOfInvestmentFundShares()
Fetch all ownership of investment fund shares data.
ResponseModel
objectsgetOwnershipOfInvestmentFundShares(Collection, Collection, Collection)public List<ResponseModel> getOwnershipOfInvestmentFundShares(Collection<String> types, Collection<String> sectors, Collection<String> quarters)
Fetch all ownership of investment fund shares data which match the input constraints.
types - 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 © 2017. All rights reserved.