Package com.github.dannil.scbjavaclient.client.educationandresearch.communityinnovationsurvey.activity
Class EducationAndResearchCommunityInnovationSurveyActivityClient
- java.lang.Object
-
- com.github.dannil.scbjavaclient.client.AbstractClient
-
- com.github.dannil.scbjavaclient.client.educationandresearch.communityinnovationsurvey.activity.EducationAndResearchCommunityInnovationSurveyActivityClient
-
public class EducationAndResearchCommunityInnovationSurveyActivityClient extends AbstractClient
Client which handles education and research community innovation survey innovation activity among enterprises data fetching.
- Since:
- 0.5.0
-
-
Constructor Summary
Constructors Constructor Description EducationAndResearchCommunityInnovationSurveyActivityClient()Default constructor.EducationAndResearchCommunityInnovationSurveyActivityClient(Locale locale)Overloaded constructor.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method 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()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.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.URLEndpointgetUrl()Returns the URL endpoint which this client represents.-
Methods inherited from class com.github.dannil.scbjavaclient.client.AbstractClient
doGetRequest, doPostRequest, getCommunicationProtocol, getLocale, getLocalizationLocale, getResponseModels, getResponseModels, getRootUrl, setCommunicationProtocol, setLocale, setLocalizationLocale
-
-
-
-
Constructor Detail
-
EducationAndResearchCommunityInnovationSurveyActivityClient
public EducationAndResearchCommunityInnovationSurveyActivityClient()
Default constructor.
-
EducationAndResearchCommunityInnovationSurveyActivityClient
public EducationAndResearchCommunityInnovationSurveyActivityClient(Locale locale)
Overloaded constructor.
- Parameters:
locale- theLocalefor this client
-
-
Method Detail
-
getNumberOfInnovativeEnterprises
public List<ResponseModel> getNumberOfInnovativeEnterprises()
Fetch all number of innovative enterprises data.
- Returns:
- the data wrapped in a list of
ResponseModelobjects - See Also:
getNumberOfInnovativeEnterprises(Collection, Collection, Collection, Collection)
-
getNumberOfInnovativeEnterprises
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.
- Parameters:
industrialClassifications- the industrial classificationssizeClasses- the size classestypesOfValues- the types of valuesperiods- the periods- Returns:
- the data wrapped in a list of
ResponseModelobjects
-
getEnterprisesWithProductInnovations
public List<ResponseModel> getEnterprisesWithProductInnovations()
Fetch all enterprises with product innovations data.
- Returns:
- the data wrapped in a list of
ResponseModelobjects - See Also:
getEnterprisesWithProductInnovations(Collection, Collection, Collection, Collection)
-
getEnterprisesWithProductInnovations
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.
- Parameters:
sni2007s- the SNI 2007ssizeClasses- the size classestypesOfValues- the types of valuesperiods- the periods- Returns:
- the data wrapped in a list of
ResponseModelobjects
-
getPlatformsToAcquireKnowledge
public List<ResponseModel> getPlatformsToAcquireKnowledge()
Fetch all platforms to acquire knowledge data.
- Returns:
- the data wrapped in a list of
ResponseModelobjects - See Also:
getPlatformsToAcquireKnowledge(Collection, Collection, Collection, Collection)
-
getPlatformsToAcquireKnowledge
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.
- Parameters:
sni2007s- the SNI 2007ssizeClasses- the size classestypesOfValues- the types of valuesperiods- the periods- Returns:
- the data wrapped in a list of
ResponseModelobjects
-
getObstaclesToInnovation
public List<ResponseModel> getObstaclesToInnovation()
Fetch all obstacles to innovation data.
- Returns:
- the data wrapped in a list of
ResponseModelobjects - See Also:
getObstaclesToInnovation(Collection, Collection, Collection, Collection, Collection)
-
getObstaclesToInnovation
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.
- Parameters:
degreesOfSignificances- the degrees of significancessni2007s- the SNI 2007ssizeClasses- the size classestypesOfValues- the types of valuesperiods- the periods- Returns:
- the data wrapped in a list of
ResponseModelobjects
-
getUrl
public URLEndpoint getUrl()
Description copied from class:AbstractClientReturns the URL endpoint which this client represents.
- Specified by:
getUrlin classAbstractClient- Returns:
- the URL endpoint for this client
-
-