public class EducationAndResearchFolkHighSchoolStatisticsClient extends AbstractClient
Client which handles education and research folk high school statistics data fetching.
| Constructor and Description |
|---|
EducationAndResearchFolkHighSchoolStatisticsClient()
Default constructor.
|
EducationAndResearchFolkHighSchoolStatisticsClient(Locale locale)
Overloaded constructor.
|
| Modifier and Type | Method and Description |
|---|---|
List<ResponseModel> |
getParticipants()
Fetch all participants in long folk high school courses data.
|
List<ResponseModel> |
getParticipants(Collection<String> regions,
Collection<String> sexes,
Collection<String> typesOfCourses,
Collection<Integer> years)
Fetch all participants in long folk high school courses 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 EducationAndResearchFolkHighSchoolStatisticsClient()
Default constructor.
public EducationAndResearchFolkHighSchoolStatisticsClient(Locale locale)
Overloaded constructor.
locale - the Locale for this clientpublic List<ResponseModel> getParticipants()
Fetch all participants in long folk high school courses data.
ResponseModel
objectsgetParticipants(Collection, Collection, Collection, Collection)public List<ResponseModel> getParticipants(Collection<String> regions, Collection<String> sexes, Collection<String> typesOfCourses, Collection<Integer> years)
Fetch all participants in long folk high school courses data which match the input constraints.
regions - the regionssexes - the sexestypesOfCourses - the types of coursesyears - the yearsResponseModel
objectspublic URLEndpoint getUrl()
AbstractClientReturns the URL endpoint which this client represents.
getUrl in class AbstractClientCopyright © 2019. All rights reserved.