Package com.github.dannil.scbjavaclient.client.businessactivities.nonprofitorganizations.satelliteaccounts
Class BusinessActivitiesNonProfitOrganizationsSatelliteAccountsClient
- java.lang.Object
-
- com.github.dannil.scbjavaclient.client.AbstractClient
-
- com.github.dannil.scbjavaclient.client.businessactivities.nonprofitorganizations.satelliteaccounts.BusinessActivitiesNonProfitOrganizationsSatelliteAccountsClient
-
public class BusinessActivitiesNonProfitOrganizationsSatelliteAccountsClient extends AbstractClient
Client which handles business activities non-profit organizations satellite accounts data fetching.
- Since:
- 0.3.0
-
-
Constructor Summary
Constructors Constructor Description BusinessActivitiesNonProfitOrganizationsSatelliteAccountsClient()Default constructor.BusinessActivitiesNonProfitOrganizationsSatelliteAccountsClient(Locale locale)Overloaded constructor.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<ResponseModel>getIncomeExpenditureAndSavings()Fetch all income, expenditure and savings data.List<ResponseModel>getIncomeExpenditureAndSavings(Collection<String> icnpo, Collection<String> transactionItems, Collection<Integer> years)Fetch all income, expenditure and savings data which match the input constraints.List<ResponseModel>getNumberOfOrganizationsAndEmployment()Fetch all number of organizations and employment data.List<ResponseModel>getNumberOfOrganizationsAndEmployment(Collection<String> icnpo, Collection<Integer> years)Fetch all number of organizations and employment 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
-
BusinessActivitiesNonProfitOrganizationsSatelliteAccountsClient
public BusinessActivitiesNonProfitOrganizationsSatelliteAccountsClient()
Default constructor.
-
BusinessActivitiesNonProfitOrganizationsSatelliteAccountsClient
public BusinessActivitiesNonProfitOrganizationsSatelliteAccountsClient(Locale locale)
Overloaded constructor.
- Parameters:
locale- theLocalefor this client
-
-
Method Detail
-
getIncomeExpenditureAndSavings
public List<ResponseModel> getIncomeExpenditureAndSavings()
Fetch all income, expenditure and savings data.
- Returns:
- the data wrapped in a list of
ResponseModelobjects - See Also:
getIncomeExpenditureAndSavings(Collection, Collection, Collection)
-
getIncomeExpenditureAndSavings
public List<ResponseModel> getIncomeExpenditureAndSavings(Collection<String> icnpo, Collection<String> transactionItems, Collection<Integer> years)
Fetch all income, expenditure and savings data which match the input constraints.
- Parameters:
icnpo- the ICNPOtransactionItems- the transaction itemsyears- the years- Returns:
- the data wrapped in a list of
ResponseModelobjects
-
getNumberOfOrganizationsAndEmployment
public List<ResponseModel> getNumberOfOrganizationsAndEmployment()
Fetch all number of organizations and employment data.
- Returns:
- the data wrapped in a list of
ResponseModelobjects - See Also:
getNumberOfOrganizationsAndEmployment(Collection, Collection)
-
getNumberOfOrganizationsAndEmployment
public List<ResponseModel> getNumberOfOrganizationsAndEmployment(Collection<String> icnpo, Collection<Integer> years)
Fetch all number of organizations and employment data which match the input constraints.
- Parameters:
icnpo- the ICNPOyears- 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
-
-