public class EducationAndResearchActivityAfterTrainingClient extends AbstractClient
Client which handles education and research activity after training data fetching.
| Constructor and Description |
|---|
EducationAndResearchActivityAfterTrainingClient()
Default constructor.
|
EducationAndResearchActivityAfterTrainingClient(Locale locale)
Overloaded constructor.
|
| Modifier and Type | Method and Description |
|---|---|
List<ResponseModel> |
getPersonsActivitiesAfterCompletingCompulsorySchool()
Fetch all persons' activities 1-3 years after completing compulsory school
data.
|
List<ResponseModel> |
getPersonsActivitiesAfterCompletingCompulsorySchool(Collection<Integer> yearsAfterCompletedEducation,
Collection<Integer> levelsOfEducations,
Collection<Integer> activities,
Collection<Integer> sexes,
Collection<String> counties,
Collection<Integer> municipalityGroups,
Collection<String> yearsOfExam)
Fetch all persons' activities 1-3 years after completing compulsory school data
which match the input constraints.
|
List<ResponseModel> |
getPersonsActivitiesAfterCompletingHigherEducation()
Fetch all persons' activities 1-3 years after completing higher education
data.
|
List<ResponseModel> |
getPersonsActivitiesAfterCompletingHigherEducation(Collection<Integer> yearsAfterCompletedEducation,
Collection<Integer> levelsOfAcademicDegrees,
Collection<Integer> activities,
Collection<Integer> sexes,
Collection<String> agesAtExam,
Collection<String> yearsOfExam)
Fetch all persons' activities 1-3 years after completing higher education 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 EducationAndResearchActivityAfterTrainingClient()
Default constructor.
public EducationAndResearchActivityAfterTrainingClient(Locale locale)
Overloaded constructor.
locale - the Locale for this clientpublic List<ResponseModel> getPersonsActivitiesAfterCompletingHigherEducation()
Fetch all persons' activities 1-3 years after completing higher education data.
ResponseModel
objectsgetPersonsActivitiesAfterCompletingHigherEducation(Collection, Collection,
Collection, Collection, Collection, Collection)public List<ResponseModel> getPersonsActivitiesAfterCompletingHigherEducation(Collection<Integer> yearsAfterCompletedEducation, Collection<Integer> levelsOfAcademicDegrees, Collection<Integer> activities, Collection<Integer> sexes, Collection<String> agesAtExam, Collection<String> yearsOfExam)
Fetch all persons' activities 1-3 years after completing higher education data which match the input constraints.
yearsAfterCompletedEducation - the years after completed educationlevelsOfAcademicDegrees - the levels of academic degreesactivities - the activitiessexes - the sexesagesAtExam - the ages at examyearsOfExam - the years of examResponseModel
objectspublic List<ResponseModel> getPersonsActivitiesAfterCompletingCompulsorySchool()
Fetch all persons' activities 1-3 years after completing compulsory school data.
ResponseModel
objectsgetPersonsActivitiesAfterCompletingCompulsorySchool(Collection, Collection,
Collection, Collection, Collection, Collection, Collection)public List<ResponseModel> getPersonsActivitiesAfterCompletingCompulsorySchool(Collection<Integer> yearsAfterCompletedEducation, Collection<Integer> levelsOfEducations, Collection<Integer> activities, Collection<Integer> sexes, Collection<String> counties, Collection<Integer> municipalityGroups, Collection<String> yearsOfExam)
Fetch all persons' activities 1-3 years after completing compulsory school data which match the input constraints.
yearsAfterCompletedEducation - the years after completed educationlevelsOfEducations - the levels of educationsactivities - the activitiessexes - the sexescounties - the countiesmunicipalityGroups - the municipality groupsyearsOfExam - the years of examResponseModel
objectspublic URLEndpoint getUrl()
AbstractClientReturns the URL endpoint which this client represents.
getUrl in class AbstractClientCopyright © 2019. All rights reserved.