public class BusinessActivitiesInvestmentSurveyEconomicIndicatorsClient extends AbstractClient
Client which handles business activities investment survey economic indicators data fetching.
| Constructor and Description |
|---|
BusinessActivitiesInvestmentSurveyEconomicIndicatorsClient()
Default constructor.
|
BusinessActivitiesInvestmentSurveyEconomicIndicatorsClient(Locale locale)
Overloaded constructor.
|
| Modifier and Type | Method and Description |
|---|---|
List<ResponseModel> |
getInvestmentSurveyPlansAndOutcomes()
Fetch all investment survey, plans and outcomes data.
|
List<ResponseModel> |
getInvestmentSurveyPlansAndOutcomes(Collection<String> economicIndicators,
Collection<Integer> years)
Fetch all investment survey, plans and outcomes 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 BusinessActivitiesInvestmentSurveyEconomicIndicatorsClient()
Default constructor.
public BusinessActivitiesInvestmentSurveyEconomicIndicatorsClient(Locale locale)
Overloaded constructor.
locale - the Locale for this clientpublic List<ResponseModel> getInvestmentSurveyPlansAndOutcomes()
Fetch all investment survey, plans and outcomes data.
ResponseModel
objectsgetInvestmentSurveyPlansAndOutcomes(Collection, Collection)public List<ResponseModel> getInvestmentSurveyPlansAndOutcomes(Collection<String> economicIndicators, Collection<Integer> years)
Fetch all investment survey, plans and outcomes data which match the input constraints.
economicIndicators - the economic indicatorsyears - the yearsResponseModel
objectspublic URLEndpoint getUrl()
AbstractClientReturns the URL endpoint which this client represents.
getUrl in class AbstractClientCopyright © 2019. All rights reserved.