public class PublicFinancesAnnualAccountsStatementAccountsCountyClient extends AbstractClient
Client which handles public finances annual accounts statement accounts county data fetching.
Constructor and Description |
---|
PublicFinancesAnnualAccountsStatementAccountsCountyClient()
Default constructor.
|
PublicFinancesAnnualAccountsStatementAccountsCountyClient(Locale locale)
Overloaded constructor.
|
Modifier and Type | Method and Description |
---|---|
List<ResponseModel> |
getContributions()
Fetch all contributions data.
|
List<ResponseModel> |
getContributions(Collection<String> regions,
Collection<String> activities,
Collection<Integer> years)
Fetch all contributions data which match the input constraints.
|
List<ResponseModel> |
getExpensesAndRevenues()
Fetch all expenses and revenues data.
|
List<ResponseModel> |
getExpensesAndRevenues(Collection<String> regions,
Collection<String> activities,
Collection<Integer> years)
Fetch all expenses and revenues data which match the input constraints.
|
List<ResponseModel> |
getIncomeAndCosts()
Fetch all income and costs data.
|
List<ResponseModel> |
getIncomeAndCosts(Collection<String> regions,
Collection<String> activities,
Collection<Integer> years)
Fetch all income and costs data which match the input constraints.
|
List<ResponseModel> |
getInvestments()
Fetch all income and costs data.
|
List<ResponseModel> |
getInvestments(Collection<String> regions,
Collection<String> activities,
Collection<Integer> years)
Fetch all income and costs data which match the input constraints.
|
List<ResponseModel> |
getNetCosts()
Fetch all net costs data.
|
List<ResponseModel> |
getNetCosts(Collection<String> regions,
Collection<String> activities,
Collection<Integer> years)
Fetch all net costs data which match the input constraints.
|
List<ResponseModel> |
getPurchasesAndSales()
Fetch all purchases and sales data.
|
List<ResponseModel> |
getPurchasesAndSales(Collection<String> regions,
Collection<String> activities,
Collection<Integer> years)
Fetch all purchases and sales 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, setLocalizationLocale
public PublicFinancesAnnualAccountsStatementAccountsCountyClient()
Default constructor.
public PublicFinancesAnnualAccountsStatementAccountsCountyClient(Locale locale)
Overloaded constructor.
locale
- the Locale
for this clientpublic List<ResponseModel> getExpensesAndRevenues()
Fetch all expenses and revenues data.
ResponseModel
objectsgetExpensesAndRevenues(Collection, Collection, Collection)
public List<ResponseModel> getExpensesAndRevenues(Collection<String> regions, Collection<String> activities, Collection<Integer> years)
Fetch all expenses and revenues data which match the input constraints.
regions
- the regionsactivities
- the activitiesyears
- the yearsResponseModel
objectspublic List<ResponseModel> getNetCosts()
Fetch all net costs data.
ResponseModel
objectsgetNetCosts(Collection, Collection, Collection)
public List<ResponseModel> getNetCosts(Collection<String> regions, Collection<String> activities, Collection<Integer> years)
Fetch all net costs data which match the input constraints.
regions
- the regionsactivities
- the activitiesyears
- the yearsResponseModel
objectspublic List<ResponseModel> getPurchasesAndSales()
Fetch all purchases and sales data.
ResponseModel
objectsgetPurchasesAndSales(Collection, Collection, Collection)
public List<ResponseModel> getPurchasesAndSales(Collection<String> regions, Collection<String> activities, Collection<Integer> years)
Fetch all purchases and sales data which match the input constraints.
regions
- the regionsactivities
- the activitiesyears
- the yearsResponseModel
objectspublic List<ResponseModel> getContributions()
Fetch all contributions data.
ResponseModel
objectsgetContributions(Collection, Collection, Collection)
public List<ResponseModel> getContributions(Collection<String> regions, Collection<String> activities, Collection<Integer> years)
Fetch all contributions data which match the input constraints.
regions
- the regionsactivities
- the activitiesyears
- the yearsResponseModel
objectspublic List<ResponseModel> getIncomeAndCosts()
Fetch all income and costs data.
ResponseModel
objectsgetIncomeAndCosts(Collection, Collection, Collection)
public List<ResponseModel> getIncomeAndCosts(Collection<String> regions, Collection<String> activities, Collection<Integer> years)
Fetch all income and costs data which match the input constraints.
regions
- the regionsactivities
- the activitiesyears
- the yearsResponseModel
objectspublic List<ResponseModel> getInvestments()
Fetch all income and costs data.
ResponseModel
objectsgetInvestments(Collection, Collection, Collection)
public List<ResponseModel> getInvestments(Collection<String> regions, Collection<String> activities, Collection<Integer> years)
Fetch all income and costs data which match the input constraints.
regions
- the regionsactivities
- the activitiesyears
- the yearsResponseModel
objectspublic URLEndpoint getUrl()
AbstractClient
Returns the URL endpoint which this client represents.
getUrl
in class AbstractClient
Copyright © 2019. All rights reserved.