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<ResponseModel> |
getForeignOwnershipOfShares()
Fetch all foreign ownership of shares data.
|
List<ResponseModel> |
getForeignOwnershipOfShares(Collection<String> countries,
Collection<String> twoTimesPerYears)
Fetch all foreign ownership of shares data which match the input
constraints.
|
List<ResponseModel> |
getOwnershipOfShares()
Fetch all ownership of shares data.
|
List<ResponseModel> |
getOwnershipOfShares(Collection<String> sectors,
Collection<String> twoTimesPerYears)
Fetch all ownership of shares data which match the input constraints.
|
List<ResponseModel> |
getOwnershipOfSharesByMarketplace()
Fetch all ownership of shares by marketplace data.
|
List<ResponseModel> |
getOwnershipOfSharesByMarketplace(Collection<String> sectors,
Collection<String> marketplaces,
Collection<String> twoTimesPerYears)
Fetch all ownership of shares by marketplace data which match the input
constraints.
|
List<ResponseModel> |
getOwnershipOfSharesBySeries()
Fetch all ownership of shares by series data.
|
List<ResponseModel> |
getOwnershipOfSharesBySeries(Collection<String> sectors,
Collection<String> classesOfShares,
Collection<String> twoTimesPerYears)
Fetch all ownership of shares by series 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 FinancialMarketsShareholdersClient()
Default constructor.
public FinancialMarketsShareholdersClient(Locale locale)
Overloaded constructor.
locale - the Locale for this clientpublic List<ResponseModel> getOwnershipOfShares()
Fetch all ownership of shares data.
ResponseModel
objectsgetOwnershipOfShares(Collection, Collection)public List<ResponseModel> getOwnershipOfShares(Collection<String> sectors, Collection<String> twoTimesPerYears)
Fetch all ownership of shares data which match the input constraints.
sectors - the sectors to fetch data fortwoTimesPerYears - the two times per years to fetch data forResponseModel
objectspublic List<ResponseModel> getOwnershipOfSharesByMarketplace()
Fetch all ownership of shares by marketplace data.
ResponseModel
objectsgetOwnershipOfSharesByMarketplace(Collection, Collection, Collection)public List<ResponseModel> getOwnershipOfSharesByMarketplace(Collection<String> sectors, Collection<String> marketplaces, Collection<String> twoTimesPerYears)
Fetch all ownership of shares by marketplace data which match the input constraints.
sectors - the sectors to fetch data formarketplaces - the marketplaces to fetch data fortwoTimesPerYears - the two times per years to fetch data forResponseModel
objectspublic List<ResponseModel> getOwnershipOfSharesBySeries()
Fetch all ownership of shares by series data.
ResponseModel
objectsgetOwnershipOfSharesBySeries(Collection, Collection, Collection)public List<ResponseModel> getOwnershipOfSharesBySeries(Collection<String> sectors, Collection<String> classesOfShares, Collection<String> twoTimesPerYears)
Fetch all ownership of shares by series data which match the input constraints.
sectors - the sectors to fetch data forclassesOfShares - the classes of shares to fetch data fortwoTimesPerYears - the two times per years to fetch data forResponseModel
objectspublic List<ResponseModel> getForeignOwnershipOfShares()
Fetch all foreign ownership of shares data.
ResponseModel
objectsgetForeignOwnershipOfShares(Collection, Collection)public List<ResponseModel> getForeignOwnershipOfShares(Collection<String> countries, Collection<String> twoTimesPerYears)
Fetch all foreign ownership of shares data which match the input constraints.
countries - the countries to fetch data fortwoTimesPerYears - the two times per years to fetch data forResponseModel
objectspublic URLEndpoint getUrl()
AbstractClientReturns the URL endpoint which this client represents.
getUrl in class AbstractClientCopyright © 2019. All rights reserved.