public class EducationAndResearchCommunityInnovationSurveyActivityClient extends AbstractClient
Client which handles education and research community innovation survey innovation activity among enterprises data fetching.
| Constructor and Description |
|---|
EducationAndResearchCommunityInnovationSurveyActivityClient()
Default constructor.
|
EducationAndResearchCommunityInnovationSurveyActivityClient(Locale locale)
Overloaded constructor.
|
| Modifier and Type | Method and Description |
|---|---|
List<ResponseModel> |
getNumberOfInnovativeEnterprises()
Fetch all number of innovative enterprises data.
|
List<ResponseModel> |
getNumberOfInnovativeEnterprises(Collection<String> industrialClassifications,
Collection<String> sizeClasses,
Collection<String> typesOfValues,
Collection<String> periods)
Fetch all number of innovative enterprises 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 EducationAndResearchCommunityInnovationSurveyActivityClient()
Default constructor.
public EducationAndResearchCommunityInnovationSurveyActivityClient(Locale locale)
Overloaded constructor.
locale - the Locale for this clientpublic List<ResponseModel> getNumberOfInnovativeEnterprises()
Fetch all number of innovative enterprises data.
ResponseModel
objectsgetNumberOfInnovativeEnterprises(Collection, Collection, Collection,
Collection)public List<ResponseModel> getNumberOfInnovativeEnterprises(Collection<String> industrialClassifications, Collection<String> sizeClasses, Collection<String> typesOfValues, Collection<String> periods)
Fetch all number of innovative enterprises data which match the input constraints.
industrialClassifications - the industrial classificationssizeClasses - the size classestypesOfValues - the types of valuesperiods - the periodsResponseModel
objectspublic URLEndpoint getUrl()
AbstractClientReturns the URL endpoint which this client represents.
getUrl in class AbstractClientCopyright © 2019. All rights reserved.