public class BusinessActivitiesNonProfitOrganizationsPrimaryStatisticsClient extends AbstractClient
Client which handles business activities non-profit organizations primary statistics data fetching.
| Constructor and Description |
|---|
BusinessActivitiesNonProfitOrganizationsPrimaryStatisticsClient()
Default constructor.
|
BusinessActivitiesNonProfitOrganizationsPrimaryStatisticsClient(Locale locale)
Overloaded constructor.
|
| Modifier and Type | Method and Description |
|---|---|
List<ResponseModel> |
getIncomeAndCostsFromOccupationalPension()
Fetch all income and costs from occupational pension data.
|
List<ResponseModel> |
getIncomeAndCostsFromOccupationalPension(Collection<String> incomesAndCosts,
Collection<Integer> years)
Fetch all income and costs from occupational pension data which match the input
constraints.
|
List<ResponseModel> |
getIncomeAndCostsFromPublicAdministration()
Fetch all income and costs from public administration data.
|
List<ResponseModel> |
getIncomeAndCostsFromPublicAdministration(Collection<String> incomesAndCosts,
Collection<Integer> years)
Fetch all income and costs from public administration data which match the input
constraints.
|
List<ResponseModel> |
getPresentationOfResults()
Fetch all presentation of results data.
|
List<ResponseModel> |
getPresentationOfResults(Collection<String> incomeStatements,
Collection<Integer> years)
Fetch all presentation of results data which match the input constraints.
|
List<ResponseModel> |
getPresentationOfResultsSwedishChurch()
Fetch all presentation of results for the Swedish Church data.
|
List<ResponseModel> |
getPresentationOfResultsSwedishChurch(Collection<String> incomeStatements,
Collection<Integer> years)
Fetch all presentation of results for the Swedish Church 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 BusinessActivitiesNonProfitOrganizationsPrimaryStatisticsClient()
Default constructor.
public BusinessActivitiesNonProfitOrganizationsPrimaryStatisticsClient(Locale locale)
Overloaded constructor.
locale - the Locale for this clientpublic List<ResponseModel> getPresentationOfResults()
Fetch all presentation of results data.
ResponseModel
objectsgetPresentationOfResults(Collection, Collection)public List<ResponseModel> getPresentationOfResults(Collection<String> incomeStatements, Collection<Integer> years)
Fetch all presentation of results data which match the input constraints.
incomeStatements - the income statementsyears - the yearsResponseModel
objectspublic List<ResponseModel> getIncomeAndCostsFromPublicAdministration()
Fetch all income and costs from public administration data.
ResponseModel
objectsgetIncomeAndCostsFromPublicAdministration(Collection, Collection)public List<ResponseModel> getIncomeAndCostsFromPublicAdministration(Collection<String> incomesAndCosts, Collection<Integer> years)
Fetch all income and costs from public administration data which match the input constraints.
incomesAndCosts - the incomes and costsyears - the yearsResponseModel
objectspublic List<ResponseModel> getPresentationOfResultsSwedishChurch()
Fetch all presentation of results for the Swedish Church data.
ResponseModel
objectsgetPresentationOfResultsSwedishChurch(Collection, Collection)public List<ResponseModel> getPresentationOfResultsSwedishChurch(Collection<String> incomeStatements, Collection<Integer> years)
Fetch all presentation of results for the Swedish Church data which match the input constraints.
incomeStatements - the income statementsyears - the yearsResponseModel
objectspublic List<ResponseModel> getIncomeAndCostsFromOccupationalPension()
Fetch all income and costs from occupational pension data.
ResponseModel
objectsgetIncomeAndCostsFromOccupationalPension(Collection, Collection)public List<ResponseModel> getIncomeAndCostsFromOccupationalPension(Collection<String> incomesAndCosts, Collection<Integer> years)
Fetch all income and costs from occupational pension data which match the input constraints.
incomesAndCosts - the incomes and costsyears - the yearsResponseModel
objectspublic URLEndpoint getUrl()
AbstractClientReturns the URL endpoint which this client represents.
getUrl in class AbstractClientCopyright © 2019. All rights reserved.