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