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()
Deprecated.
table removed from API
|
List<ResponseModel> |
getNumberOfInnovativeEnterprises(Collection<String> industrialClassifications,
Collection<String> sizeClasses,
Collection<String> typesOfValues,
Collection<String> periods)
Deprecated.
table removed from API
|
URLEndpoint |
getUrl()
Returns the URL endpoint which this client represents.
|
doGetRequest, doPostRequest, getCommunicationProtocol, getLocale, getLocalizationLocale, getResponseModels, getResponseModels, getRootUrl, setCommunicationProtocol, setLocale, setLocalizationLocale
public EducationAndResearchCommunityInnovationSurveyActivityClient()
Default constructor.
public EducationAndResearchCommunityInnovationSurveyActivityClient(Locale locale)
Overloaded constructor.
locale
- the Locale
for this client@Deprecated public List<ResponseModel> getNumberOfInnovativeEnterprises()
Fetch all number of innovative enterprises data.
ResponseModel
objectsgetNumberOfInnovativeEnterprises(Collection, Collection, Collection,
Collection)
@Deprecated 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()
AbstractClient
Returns the URL endpoint which this client represents.
getUrl
in class AbstractClient
Copyright © 2019. All rights reserved.