public class FinancialMarketsShareholdersClient extends AbstractClient
Client which handles financial markets shareholders data fetching.
| Constructor and Description |
|---|
FinancialMarketsShareholdersClient()
Default constructor.
|
FinancialMarketsShareholdersClient(Locale locale)
Overloaded constructor.
|
| Modifier and Type | Method and Description |
|---|---|
List<ForeignOwnershipOfShares> |
getForeignOwnershipOfShares()
Fetch all foreign ownership of shares data.
|
List<ForeignOwnershipOfShares> |
getForeignOwnershipOfShares(Collection<String> countries,
Collection<String> halfYears)
Fetch all foreign ownership of shares data which match the input
constraints.
|
List<OwnershipOfShares> |
getOwnershipOfShares()
Fetch all ownership of shares data.
|
List<OwnershipOfShares> |
getOwnershipOfShares(Collection<String> sectors,
Collection<String> halfYears)
Fetch all ownership of shares data which match the input constraints.
|
List<OwnershipOfSharesByMarketplace> |
getOwnershipOfSharesByMarketplace()
Fetch all ownership of shares by marketplace data.
|
List<OwnershipOfSharesByMarketplace> |
getOwnershipOfSharesByMarketplace(Collection<String> sectors,
Collection<String> marketplaces,
Collection<String> halfYears)
Fetch all ownership of shares by marketplace data which match the input
constraints.
|
List<OwnershipOfSharesBySeries> |
getOwnershipOfSharesBySeries()
Fetch all ownership of shares by series data.
|
List<OwnershipOfSharesBySeries> |
getOwnershipOfSharesBySeries(Collection<String> sectors,
Collection<String> series,
Collection<String> halfYears)
Fetch all ownership of shares by series data which match the input
constraints.
|
String |
getUrl()
Returns the URL endpoint which this client represents.
|
doGetRequest, doPostRequest, getLocale, getLocalizationLocale, getRootUrl, setLocale, setLocalizationLocalepublic FinancialMarketsShareholdersClient()
Default constructor.
public FinancialMarketsShareholdersClient(Locale locale)
Overloaded constructor.
locale - the Locale for this clientpublic List<OwnershipOfShares> getOwnershipOfShares()
Fetch all ownership of shares data.
OwnershipOfShares objectsgetOwnershipOfShares(Collection, Collection)public List<OwnershipOfShares> getOwnershipOfShares(Collection<String> sectors, Collection<String> halfYears)
Fetch all ownership of shares data which match the input constraints.
sectors - the sectors to fetch data forhalfYears - the half years to fetch data forOwnershipOfShares objectspublic List<OwnershipOfSharesByMarketplace> getOwnershipOfSharesByMarketplace()
Fetch all ownership of shares by marketplace data.
OwnershipOfSharesByMarketplace objectsgetOwnershipOfSharesByMarketplace(Collection, Collection, Collection)public List<OwnershipOfSharesByMarketplace> getOwnershipOfSharesByMarketplace(Collection<String> sectors, Collection<String> marketplaces, Collection<String> halfYears)
Fetch all ownership of shares by marketplace data which match the input constraints.
sectors - the sectors to fetch data forhalfYears - the half years to fetch data formarketplaces - the marketplaces to fetch data forOwnershipOfSharesByMarketplace objectspublic List<OwnershipOfSharesBySeries> getOwnershipOfSharesBySeries()
Fetch all ownership of shares by series data.
OwnershipOfSharesBySeries objectsgetOwnershipOfSharesBySeries(Collection, Collection, Collection)public List<OwnershipOfSharesBySeries> getOwnershipOfSharesBySeries(Collection<String> sectors, Collection<String> series, Collection<String> halfYears)
Fetch all ownership of shares by series data which match the input constraints.
sectors - the sectors to fetch data forhalfYears - the half years to fetch data forseries - the series to fetch data forOwnershipOfSharesBySeries objectspublic List<ForeignOwnershipOfShares> getForeignOwnershipOfShares()
Fetch all foreign ownership of shares data.
ForeignOwnershipOfShares objectsgetForeignOwnershipOfShares(Collection, Collection)public List<ForeignOwnershipOfShares> getForeignOwnershipOfShares(Collection<String> countries, Collection<String> halfYears)
Fetch all foreign ownership of shares data which match the input constraints.
countries - the countries to fetch data forhalfYears - the half years to fetch data forForeignOwnershipOfShares objectspublic String getUrl()
AbstractClientReturns the URL endpoint which this client represents.
getUrl in class AbstractClientCopyright © 2017. All rights reserved.