public class EducationAndResearchCommunityInnovationSurveyCooperationClient extends AbstractClient
Client which handles education and research community innovation survey co-operation activity among enterprises data fetching.
Constructor and Description |
---|
EducationAndResearchCommunityInnovationSurveyCooperationClient()
Default constructor.
|
EducationAndResearchCommunityInnovationSurveyCooperationClient(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, getLocale, getLocalizationLocale, getResponseModels, getResponseModels, getRootUrl, setLocale, setLocalizationLocale
public EducationAndResearchCommunityInnovationSurveyCooperationClient()
Default constructor.
public EducationAndResearchCommunityInnovationSurveyCooperationClient(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()
AbstractClient
Returns the URL endpoint which this client represents.
getUrl
in class AbstractClient
Copyright © 2017. All rights reserved.