public class BusinessActivitiesNonProfitOrganizationsSatelliteAccountsClient extends AbstractClient
Client which handles business activities non-profit organizations satellite accounts data fetching.
| Constructor and Description |
|---|
BusinessActivitiesNonProfitOrganizationsSatelliteAccountsClient()
Default constructor.
|
BusinessActivitiesNonProfitOrganizationsSatelliteAccountsClient(Locale locale)
Overloaded constructor.
|
| Modifier and Type | Method and 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.
|
URLEndpoint |
getUrl()
Returns the URL endpoint which this client represents.
|
doGetRequest, doPostRequest, getCommunicationProtocol, getLocale, getLocalizationLocale, getResponseModels, getResponseModels, getRootUrl, setCommunicationProtocol, setLocale, setLocalizationLocalepublic BusinessActivitiesNonProfitOrganizationsSatelliteAccountsClient()
Default constructor.
public BusinessActivitiesNonProfitOrganizationsSatelliteAccountsClient(Locale locale)
Overloaded constructor.
locale - the Locale for this clientpublic List<ResponseModel> getIncomeExpenditureAndSavings()
Fetch all income, expenditure and savings data.
ResponseModel
objectsgetIncomeExpenditureAndSavings(Collection, Collection, Collection)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.
icnpo - the ICNPOtransactionItems - the transaction itemsyears - the yearsResponseModel
objectspublic List<ResponseModel> getNumberOfOrganizationsAndEmployment()
Fetch all number of organizations and employment data.
ResponseModel
objectsgetNumberOfOrganizationsAndEmployment(Collection, Collection)public List<ResponseModel> getNumberOfOrganizationsAndEmployment(Collection<String> icnpo, Collection<Integer> years)
Fetch all number of organizations and employment data which match the input constraints.
icnpo - the ICNPOyears - the yearsResponseModel
objectspublic URLEndpoint getUrl()
AbstractClientReturns the URL endpoint which this client represents.
getUrl in class AbstractClientCopyright © 2019. All rights reserved.