Class BusinessActivitiesNonProfitOrganizationsPrimaryStatisticsClient
- java.lang.Object
-
- com.github.dannil.scbjavaclient.client.AbstractClient
-
- com.github.dannil.scbjavaclient.client.businessactivities.nonprofitorganizations.primarystatistics.BusinessActivitiesNonProfitOrganizationsPrimaryStatisticsClient
-
public class BusinessActivitiesNonProfitOrganizationsPrimaryStatisticsClient extends AbstractClient
Client which handles business activities non-profit organizations primary statistics data fetching.
- Since:
- 0.3.0
-
-
Constructor Summary
Constructors Constructor Description BusinessActivitiesNonProfitOrganizationsPrimaryStatisticsClient()Default constructor.BusinessActivitiesNonProfitOrganizationsPrimaryStatisticsClient(Locale locale)Overloaded constructor.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<ResponseModel>getIncomeAndCostsFromOccupationalPension()Fetch all income and costs from occupational pension data.List<ResponseModel>getIncomeAndCostsFromOccupationalPension(Collection<String> typesOfRevenuesAndExpenditures, 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> typesOfRevenuesAndExpenditures, 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.URLEndpointgetUrl()Returns the URL endpoint which this client represents.-
Methods inherited from class com.github.dannil.scbjavaclient.client.AbstractClient
doGetRequest, doPostRequest, getCommunicationProtocol, getLocale, getLocalizationLocale, getResponseModels, getResponseModels, getRootUrl, setCommunicationProtocol, setLocale, setLocalizationLocale
-
-
-
-
Constructor Detail
-
BusinessActivitiesNonProfitOrganizationsPrimaryStatisticsClient
public BusinessActivitiesNonProfitOrganizationsPrimaryStatisticsClient()
Default constructor.
-
BusinessActivitiesNonProfitOrganizationsPrimaryStatisticsClient
public BusinessActivitiesNonProfitOrganizationsPrimaryStatisticsClient(Locale locale)
Overloaded constructor.
- Parameters:
locale- theLocalefor this client
-
-
Method Detail
-
getPresentationOfResults
public List<ResponseModel> getPresentationOfResults()
Fetch all presentation of results data.
- Returns:
- the data wrapped in a list of
ResponseModelobjects - See Also:
getPresentationOfResults(Collection, Collection)
-
getPresentationOfResults
public List<ResponseModel> getPresentationOfResults(Collection<String> incomeStatements, Collection<Integer> years)
Fetch all presentation of results data which match the input constraints.
- Parameters:
incomeStatements- the income statementsyears- the years- Returns:
- the data wrapped in a list of
ResponseModelobjects
-
getIncomeAndCostsFromPublicAdministration
public List<ResponseModel> getIncomeAndCostsFromPublicAdministration()
Fetch all income and costs from public administration data.
- Returns:
- the data wrapped in a list of
ResponseModelobjects - See Also:
getIncomeAndCostsFromPublicAdministration(Collection, Collection)
-
getIncomeAndCostsFromPublicAdministration
public List<ResponseModel> getIncomeAndCostsFromPublicAdministration(Collection<String> typesOfRevenuesAndExpenditures, Collection<Integer> years)
Fetch all income and costs from public administration data which match the input constraints.
- Parameters:
typesOfRevenuesAndExpenditures- the types of revenues and expendituresyears- the years- Returns:
- the data wrapped in a list of
ResponseModelobjects
-
getPresentationOfResultsSwedishChurch
public List<ResponseModel> getPresentationOfResultsSwedishChurch()
Fetch all presentation of results for the Swedish Church data.
- Returns:
- the data wrapped in a list of
ResponseModelobjects - See Also:
getPresentationOfResultsSwedishChurch(Collection, Collection)
-
getPresentationOfResultsSwedishChurch
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.
- Parameters:
incomeStatements- the income statementsyears- the years- Returns:
- the data wrapped in a list of
ResponseModelobjects
-
getIncomeAndCostsFromOccupationalPension
public List<ResponseModel> getIncomeAndCostsFromOccupationalPension()
Fetch all income and costs from occupational pension data.
- Returns:
- the data wrapped in a list of
ResponseModelobjects - See Also:
getIncomeAndCostsFromOccupationalPension(Collection, Collection)
-
getIncomeAndCostsFromOccupationalPension
public List<ResponseModel> getIncomeAndCostsFromOccupationalPension(Collection<String> typesOfRevenuesAndExpenditures, Collection<Integer> years)
Fetch all income and costs from occupational pension data which match the input constraints.
- Parameters:
typesOfRevenuesAndExpenditures- the types of revenues and expendituresyears- the years- Returns:
- the data wrapped in a list of
ResponseModelobjects
-
getUrl
public URLEndpoint getUrl()
Description copied from class:AbstractClientReturns the URL endpoint which this client represents.
- Specified by:
getUrlin classAbstractClient- Returns:
- the URL endpoint for this client
-
-