public class PublicFinancesPubliclyOwnedEnterprisesClient extends AbstractClient
Client which handles public finances publicly owned enterprises data fetching.
Constructor and Description |
---|
PublicFinancesPubliclyOwnedEnterprisesClient()
Default constructor.
|
PublicFinancesPubliclyOwnedEnterprisesClient(Locale locale)
Overloaded constructor.
|
Modifier and Type | Method and Description |
---|---|
List<ResponseModel> |
getAssets()
Fetch all assets data.
|
List<ResponseModel> |
getAssets(Collection<String> sectors,
Collection<Integer> typesOfOwnerships,
Collection<String> industrialClassifications,
Collection<Integer> years)
Fetch all assets data which match the input constraints.
|
List<ResponseModel> |
getCountyCouncilsEnterprises()
Fetch all county councils enterprises data.
|
List<ResponseModel> |
getCountyCouncilsEnterprises(Collection<String> regions,
Collection<String> sectors,
Collection<Integer> years)
Fetch all county councils enterprises data which match the input
constraints.
|
List<ResponseModel> |
getDataForMunicipalityOwnedEnterprises()
Fetch all municipality owned enterprises data.
|
List<ResponseModel> |
getDataForMunicipalityOwnedEnterprises(Collection<String> regions,
Collection<Integer> years)
Fetch all municipality owned enterprises data which match the input
constraints.
|
List<ResponseModel> |
getEnterprises()
Fetch all enterprises data.
|
List<ResponseModel> |
getEnterprises(Collection<String> regions,
Collection<Integer> years)
Fetch all enterprises data which match the input constraints.
|
List<ResponseModel> |
getIncomeStatements()
Fetch all income statements data.
|
List<ResponseModel> |
getIncomeStatements(Collection<String> sectors,
Collection<Integer> typesOfOwnerships,
Collection<String> industrialClassifications,
Collection<Integer> years)
Fetch all income statements data which match the input constraints.
|
List<ResponseModel> |
getLiabilitiesAndEquity()
Fetch all liabilities and equity data.
|
List<ResponseModel> |
getLiabilitiesAndEquity(Collection<String> sectors,
Collection<Integer> typesOfOwnerships,
Collection<String> industrialClassifications,
Collection<Integer> years)
Fetch all liabilities and equity data which match the input constraints.
|
List<ResponseModel> |
getPubliclyOwnedEnterprises()
Fetch all publicly owned enterprises data.
|
List<ResponseModel> |
getPubliclyOwnedEnterprises(Collection<String> sectors,
Collection<Integer> typesOfOwnerships,
Collection<Integer> legalEntities,
Collection<Integer> years)
Fetch all publicly owned enterprises data which match the input constraints.
|
URLEndpoint |
getUrl()
Returns the URL endpoint which this client represents.
|
doGetRequest, doPostRequest, getLocale, getLocalizationLocale, getResponseModels, getResponseModels, getRootUrl, setLocale, setLocalizationLocale
public PublicFinancesPubliclyOwnedEnterprisesClient()
Default constructor.
public PublicFinancesPubliclyOwnedEnterprisesClient(Locale locale)
Overloaded constructor.
locale
- the Locale
for this clientpublic List<ResponseModel> getDataForMunicipalityOwnedEnterprises()
Fetch all municipality owned enterprises data.
ResponseModel
objectsgetDataForMunicipalityOwnedEnterprises(Collection, Collection)
public List<ResponseModel> getDataForMunicipalityOwnedEnterprises(Collection<String> regions, Collection<Integer> years)
Fetch all municipality owned enterprises data which match the input constraints.
regions
- the regionsyears
- the yearsResponseModel
objectspublic List<ResponseModel> getEnterprises()
Fetch all enterprises data.
ResponseModel
objectsgetEnterprises(Collection, Collection)
public List<ResponseModel> getEnterprises(Collection<String> regions, Collection<Integer> years)
Fetch all enterprises data which match the input constraints.
regions
- the regionsyears
- the yearsResponseModel
objectspublic List<ResponseModel> getCountyCouncilsEnterprises()
Fetch all county councils enterprises data.
ResponseModel
objectsgetCountyCouncilsEnterprises(Collection, Collection, Collection)
public List<ResponseModel> getCountyCouncilsEnterprises(Collection<String> regions, Collection<String> sectors, Collection<Integer> years)
Fetch all county councils enterprises data which match the input constraints.
regions
- the regionssectors
- the sectorsyears
- the yearsResponseModel
objectspublic List<ResponseModel> getPubliclyOwnedEnterprises()
Fetch all publicly owned enterprises data.
ResponseModel
objectsgetPubliclyOwnedEnterprises(Collection, Collection, Collection, Collection)
public List<ResponseModel> getPubliclyOwnedEnterprises(Collection<String> sectors, Collection<Integer> typesOfOwnerships, Collection<Integer> legalEntities, Collection<Integer> years)
Fetch all publicly owned enterprises data which match the input constraints.
sectors
- the sectorstypesOfOwnerships
- the types of ownershipslegalEntities
- the legal entitiesyears
- the yearsResponseModel
objectspublic List<ResponseModel> getIncomeStatements()
Fetch all income statements data.
ResponseModel
objectsgetIncomeStatements(Collection, Collection, Collection, Collection)
public List<ResponseModel> getIncomeStatements(Collection<String> sectors, Collection<Integer> typesOfOwnerships, Collection<String> industrialClassifications, Collection<Integer> years)
Fetch all income statements data which match the input constraints.
sectors
- the sectorstypesOfOwnerships
- the types of ownershipsindustrialClassifications
- the industrial classificationsyears
- the yearsResponseModel
objectspublic List<ResponseModel> getLiabilitiesAndEquity()
Fetch all liabilities and equity data.
ResponseModel
objectsgetLiabilitiesAndEquity(Collection, Collection, Collection, Collection)
public List<ResponseModel> getLiabilitiesAndEquity(Collection<String> sectors, Collection<Integer> typesOfOwnerships, Collection<String> industrialClassifications, Collection<Integer> years)
Fetch all liabilities and equity data which match the input constraints.
sectors
- the sectorstypesOfOwnerships
- the types of ownershipsindustrialClassifications
- the industrial classificationsyears
- the yearsResponseModel
objectspublic List<ResponseModel> getAssets()
Fetch all assets data.
ResponseModel
objectsgetAssets(Collection, Collection, Collection, Collection)
public List<ResponseModel> getAssets(Collection<String> sectors, Collection<Integer> typesOfOwnerships, Collection<String> industrialClassifications, Collection<Integer> years)
Fetch all assets data which match the input constraints.
sectors
- the sectorstypesOfOwnerships
- the types of ownershipsindustrialClassifications
- the industrial classificationsyears
- the yearsResponseModel
objectspublic URLEndpoint getUrl()
AbstractClient
Returns the URL endpoint which this client represents.
getUrl
in class AbstractClient
Copyright © 2017. All rights reserved.