public class EducationAndResearchClient extends AbstractContainerClient
Client which handles education and research data fetching.
| Constructor and Description |
|---|
EducationAndResearchClient()
Default constructor.
|
EducationAndResearchClient(Locale locale)
Overloaded constructor.
|
| Modifier and Type | Method and Description |
|---|---|
EducationAndResearchActivityAfterTrainingClient |
activityAfterTraining()
Retrieve the client for interacting with education and research activity after
training data.
|
EducationAndResearchCommunityInnovationSurveyClient |
communityInnovationSurvey()
Retrieve the client for interacting with education and research community
innovation survey data.
|
URLEndpoint |
getUrl()
Returns the URL endpoint which this client represents.
|
addClient, getClient, setLocaledoGetRequest, doPostRequest, getCommunicationProtocol, getLocale, getLocalizationLocale, getResponseModels, getResponseModels, getRootUrl, setCommunicationProtocol, setLocalizationLocalepublic EducationAndResearchClient()
Default constructor. Initializes values and creates sub-clients.
public EducationAndResearchClient(Locale locale)
Overloaded constructor.
locale - the Locale for this clientpublic EducationAndResearchActivityAfterTrainingClient activityAfterTraining()
Retrieve the client for interacting with education and research activity after training data.
public EducationAndResearchCommunityInnovationSurveyClient communityInnovationSurvey()
Retrieve the client for interacting with education and research community innovation survey data.
public URLEndpoint getUrl()
AbstractClientReturns the URL endpoint which this client represents.
getUrl in class AbstractClientCopyright © 2018. All rights reserved.