public class PublicFinancesAnnualAccountsBalanceSheetMunicipalityClient extends AbstractClient
Client which handles public finances annual accounts balance sheet municipality data fetching.
| Constructor and Description |
|---|
PublicFinancesAnnualAccountsBalanceSheetMunicipalityClient()
Default constructor.
|
PublicFinancesAnnualAccountsBalanceSheetMunicipalityClient(Locale locale)
Overloaded constructor.
|
| Modifier and Type | Method and Description |
|---|---|
List<ResponseModel> |
getBalanceSheet()
Fetch all balance sheet data.
|
List<ResponseModel> |
getBalanceSheet(Collection<String> regions,
Collection<String> balanceSheets,
Collection<Integer> years)
Fetch all balance sheet data which match the input constraints.
|
List<ResponseModel> |
getGuaranteesAndContingentLiabilities()
Fetch all guarantees and contingent liabilities data.
|
List<ResponseModel> |
getGuaranteesAndContingentLiabilities(Collection<String> regions,
Collection<Integer> typesOfGuarantees,
Collection<Integer> years)
Fetch all guarantees and contingent liabilities data which match the input
constraints.
|
List<ResponseModel> |
getIncomeStatements()
Fetch all income statements data.
|
List<ResponseModel> |
getIncomeStatements(Collection<String> regions,
Collection<String> incomeStatements,
Collection<Integer> years)
Fetch all income statements data which match the input constraints.
|
List<ResponseModel> |
getLocalGovernmentIncomes()
Fetch all local government incomes data.
|
List<ResponseModel> |
getLocalGovernmentIncomes(Collection<String> regions,
Collection<Integer> items,
Collection<Integer> years)
Fetch all local government incomes data which match the input constraints.
|
List<ResponseModel> |
getMunicipalitiesCosts()
Fetch all municipalities costs data.
|
List<ResponseModel> |
getMunicipalitiesCosts(Collection<String> regions,
Collection<Integer> items,
Collection<Integer> years)
Fetch all municipalities costs 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 PublicFinancesAnnualAccountsBalanceSheetMunicipalityClient()
Default constructor.
public PublicFinancesAnnualAccountsBalanceSheetMunicipalityClient(Locale locale)
Overloaded constructor.
locale - the Locale for this clientpublic List<ResponseModel> getIncomeStatements()
Fetch all income statements data.
ResponseModel
objectsgetIncomeStatements(Collection, Collection, Collection)public List<ResponseModel> getIncomeStatements(Collection<String> regions, Collection<String> incomeStatements, Collection<Integer> years)
Fetch all income statements data which match the input constraints.
regions - the regionsincomeStatements - the income statementsyears - the yearsResponseModel
objectspublic List<ResponseModel> getBalanceSheet()
Fetch all balance sheet data.
ResponseModel
objectsgetBalanceSheet(Collection, Collection, Collection)public List<ResponseModel> getBalanceSheet(Collection<String> regions, Collection<String> balanceSheets, Collection<Integer> years)
Fetch all balance sheet data which match the input constraints.
regions - the regionsbalanceSheets - the balance sheetsyears - the yearsResponseModel
objectspublic List<ResponseModel> getGuaranteesAndContingentLiabilities()
Fetch all guarantees and contingent liabilities data.
ResponseModel
objectsgetGuaranteesAndContingentLiabilities(Collection, Collection, Collection)public List<ResponseModel> getGuaranteesAndContingentLiabilities(Collection<String> regions, Collection<Integer> typesOfGuarantees, Collection<Integer> years)
Fetch all guarantees and contingent liabilities data which match the input constraints.
regions - the regionstypesOfGuarantees - the types of guaranteesyears - the yearsResponseModel
objectspublic List<ResponseModel> getLocalGovernmentIncomes()
Fetch all local government incomes data.
ResponseModel
objectsgetLocalGovernmentIncomes(Collection, Collection, Collection)public List<ResponseModel> getLocalGovernmentIncomes(Collection<String> regions, Collection<Integer> items, Collection<Integer> years)
Fetch all local government incomes data which match the input constraints.
regions - the regionsitems - the itemsyears - the yearsResponseModel
objectspublic List<ResponseModel> getMunicipalitiesCosts()
Fetch all municipalities costs data.
ResponseModel
objectsgetMunicipalitiesCosts(Collection, Collection, Collection)public List<ResponseModel> getMunicipalitiesCosts(Collection<String> regions, Collection<Integer> items, Collection<Integer> years)
Fetch all municipalities costs data which match the input constraints.
regions - the regionsitems - the itemsyears - the yearsResponseModel
objectspublic URLEndpoint getUrl()
AbstractClientReturns the URL endpoint which this client represents.
getUrl in class AbstractClientCopyright © 2019. All rights reserved.