public class PublicFinancesAnnualAccountsStatementAccountsMunicipalityClient extends AbstractClient
Client which handles public finances annual accounts statement accounts municipality data fetching.
| Constructor and Description |
|---|
PublicFinancesAnnualAccountsStatementAccountsMunicipalityClient()
Default constructor.
|
PublicFinancesAnnualAccountsStatementAccountsMunicipalityClient(Locale locale)
Overloaded constructor.
|
| Modifier and Type | Method and Description |
|---|---|
List<ResponseModel> |
getCostsAndIncomes()
Fetch all costs and incomes data.
|
List<ResponseModel> |
getCostsAndIncomes(Collection<String> regions,
Collection<Integer> activities,
Collection<Integer> years)
Fetch all costs and incomes data which match the input constraints.
|
List<ResponseModel> |
getCostsOfIndividualAndFamilyCare()
Fetch all costs of individual and family care data.
|
List<ResponseModel> |
getCostsOfIndividualAndFamilyCare(Collection<String> regions,
Collection<Integer> cares,
Collection<Integer> years)
Fetch all costs of individual and family care data which match the input
constraints.
|
List<ResponseModel> |
getGrants()
Fetch all grants data.
|
List<ResponseModel> |
getGrants(Collection<String> regions,
Collection<Integer> activities,
Collection<Integer> years)
Fetch all grants data which match the input constraints.
|
List<ResponseModel> |
getPurchaseOfMainActivities()
Fetch all purchase of main activities data.
|
List<ResponseModel> |
getPurchaseOfMainActivities(Collection<String> regions,
Collection<Integer> activities,
Collection<Integer> years)
Fetch all purchase of main activities data which match the input
constraints.
|
List<ResponseModel> |
getSomeIncomes()
Fetch all some incomes data.
|
List<ResponseModel> |
getSomeIncomes(Collection<String> regions,
Collection<Integer> activities,
Collection<Integer> years)
Fetch all some incomes 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 PublicFinancesAnnualAccountsStatementAccountsMunicipalityClient()
Default constructor.
public PublicFinancesAnnualAccountsStatementAccountsMunicipalityClient(Locale locale)
Overloaded constructor.
locale - the Locale for this clientpublic List<ResponseModel> getCostsAndIncomes()
Fetch all costs and incomes data.
ResponseModel
objectsgetCostsAndIncomes(Collection, Collection, Collection)public List<ResponseModel> getCostsAndIncomes(Collection<String> regions, Collection<Integer> activities, Collection<Integer> years)
Fetch all costs and incomes data which match the input constraints.
regions - the regionsactivities - the activitiesyears - the yearsResponseModel
objectspublic List<ResponseModel> getPurchaseOfMainActivities()
Fetch all purchase of main activities data.
ResponseModel
objectsgetPurchaseOfMainActivities(Collection, Collection, Collection)public List<ResponseModel> getPurchaseOfMainActivities(Collection<String> regions, Collection<Integer> activities, Collection<Integer> years)
Fetch all purchase of main activities data which match the input constraints.
regions - the regionsactivities - the activitiesyears - the yearsResponseModel
objectspublic List<ResponseModel> getCostsOfIndividualAndFamilyCare()
Fetch all costs of individual and family care data.
ResponseModel
objectsgetCostsOfIndividualAndFamilyCare(Collection, Collection, Collection)public List<ResponseModel> getCostsOfIndividualAndFamilyCare(Collection<String> regions, Collection<Integer> cares, Collection<Integer> years)
Fetch all costs of individual and family care data which match the input constraints.
regions - the regionscares - the caresyears - the yearsResponseModel
objectspublic List<ResponseModel> getGrants()
Fetch all grants data.
ResponseModel
objectsgetGrants(Collection, Collection, Collection)public List<ResponseModel> getGrants(Collection<String> regions, Collection<Integer> activities, Collection<Integer> years)
Fetch all grants data which match the input constraints.
regions - the regionsactivities - the activitiesyears - the yearsResponseModel
objectspublic List<ResponseModel> getSomeIncomes()
Fetch all some incomes data.
ResponseModel
objectsgetSomeIncomes(Collection, Collection, Collection)public List<ResponseModel> getSomeIncomes(Collection<String> regions, Collection<Integer> activities, Collection<Integer> years)
Fetch all some incomes data which match the input constraints.
regions - the regionsactivities - the activitiesyears - the yearsResponseModel
objectspublic URLEndpoint getUrl()
AbstractClientReturns the URL endpoint which this client represents.
getUrl in class AbstractClientCopyright © 2019. All rights reserved.