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> |
getEnterprisesWithProductInnovations()
Fetch all enterprises with product innovations data.
|
List<ResponseModel> |
getEnterprisesWithProductInnovations(Collection<String> sni2007s,
Collection<String> sizeClasses,
Collection<String> typesOfValues,
Collection<String> periods)
Fetch all enterprises with product innovations data which match the input
constraints.
|
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
|
List<ResponseModel> |
getObstaclesToInnovation()
Fetch all obstacles to innovation data.
|
List<ResponseModel> |
getObstaclesToInnovation(Collection<Integer> degreesOfSignificances,
Collection<String> sni2007s,
Collection<String> sizeClasses,
Collection<String> typesOfValues,
Collection<String> periods)
Fetch all obstacles to innovation data which match the input constraints.
|
List<ResponseModel> |
getPlatformsToAcquireKnowledge()
Fetch all platforms to acquire knowledge data.
|
List<ResponseModel> |
getPlatformsToAcquireKnowledge(Collection<String> sni2007s,
Collection<String> sizeClasses,
Collection<String> typesOfValues,
Collection<String> periods)
Fetch all platforms to acquire knowledge 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 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 List<ResponseModel> getEnterprisesWithProductInnovations()
Fetch all enterprises with product innovations data.
ResponseModel
objectsgetEnterprisesWithProductInnovations(Collection, Collection, Collection,
Collection)public List<ResponseModel> getEnterprisesWithProductInnovations(Collection<String> sni2007s, Collection<String> sizeClasses, Collection<String> typesOfValues, Collection<String> periods)
Fetch all enterprises with product innovations data which match the input constraints.
sni2007s - the SNI 2007ssizeClasses - the size classestypesOfValues - the types of valuesperiods - the periodsResponseModel
objectspublic List<ResponseModel> getPlatformsToAcquireKnowledge()
Fetch all platforms to acquire knowledge data.
ResponseModel
objectsgetPlatformsToAcquireKnowledge(Collection, Collection, Collection,
Collection)public List<ResponseModel> getPlatformsToAcquireKnowledge(Collection<String> sni2007s, Collection<String> sizeClasses, Collection<String> typesOfValues, Collection<String> periods)
Fetch all platforms to acquire knowledge data which match the input constraints.
sni2007s - the SNI 2007ssizeClasses - the size classestypesOfValues - the types of valuesperiods - the periodsResponseModel
objectspublic List<ResponseModel> getObstaclesToInnovation()
Fetch all obstacles to innovation data.
ResponseModel
objectsgetObstaclesToInnovation(Collection, Collection, Collection, Collection,
Collection)public List<ResponseModel> getObstaclesToInnovation(Collection<Integer> degreesOfSignificances, Collection<String> sni2007s, Collection<String> sizeClasses, Collection<String> typesOfValues, Collection<String> periods)
Fetch all obstacles to innovation data which match the input constraints.
degreesOfSignificances - the degrees of significancessni2007s - the SNI 2007ssizeClasses - the size classestypesOfValues - the types of valuesperiods - the periodsResponseModel
objectspublic URLEndpoint getUrl()
AbstractClientReturns the URL endpoint which this client represents.
getUrl in class AbstractClientCopyright © 2020. All rights reserved.