Class EducationAndResearchClient
- java.lang.Object
-
- com.github.dannil.scbjavaclient.client.AbstractClient
-
- com.github.dannil.scbjavaclient.client.AbstractContainerClient
-
- com.github.dannil.scbjavaclient.client.educationandresearch.EducationAndResearchClient
-
public class EducationAndResearchClient extends AbstractContainerClient
Client which handles education and research data fetching.
- Since:
- 0.5.0
-
-
Constructor Summary
Constructors Constructor Description EducationAndResearchClient()
Default constructor.EducationAndResearchClient(Locale locale)
Overloaded constructor.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method 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.EducationAndResearchFolkHighSchoolStatisticsClient
folkHighSchoolStatistics()
Retrieve the client for interacting with education and research folk high school statistics data.URLEndpoint
getUrl()
Returns the URL endpoint which this client represents.-
Methods inherited from class com.github.dannil.scbjavaclient.client.AbstractContainerClient
addClient, getClient, setLocale
-
Methods inherited from class com.github.dannil.scbjavaclient.client.AbstractClient
doGetRequest, doPostRequest, getCommunicationProtocol, getLocale, getLocalizationLocale, getResponseModels, getResponseModels, getRootUrl, setCommunicationProtocol, setLocalizationLocale
-
-
-
-
Constructor Detail
-
EducationAndResearchClient
public EducationAndResearchClient()
Default constructor. Initializes values and creates sub-clients.
-
EducationAndResearchClient
public EducationAndResearchClient(Locale locale)
Overloaded constructor.
- Parameters:
locale
- theLocale
for this client
-
-
Method Detail
-
activityAfterTraining
public EducationAndResearchActivityAfterTrainingClient activityAfterTraining()
Retrieve the client for interacting with education and research activity after training data.
- Returns:
- a client for education and research activity after training data
-
communityInnovationSurvey
public EducationAndResearchCommunityInnovationSurveyClient communityInnovationSurvey()
Retrieve the client for interacting with education and research community innovation survey data.
- Returns:
- a client for education and research community innovation survey data
-
folkHighSchoolStatistics
public EducationAndResearchFolkHighSchoolStatisticsClient folkHighSchoolStatistics()
Retrieve the client for interacting with education and research folk high school statistics data.
- Returns:
- a client for education and research folk high school statistics data
-
getUrl
public URLEndpoint getUrl()
Description copied from class:AbstractClient
Returns the URL endpoint which this client represents.
- Specified by:
getUrl
in classAbstractClient
- Returns:
- the URL endpoint for this client
-
-