Uses of Class
br.com.senior.hcm.recruitment.pojos.EducationSection
-
Packages that use EducationSection Package Description br.com.senior.hcm.recruitment.pojos -
-
Uses of EducationSection in br.com.senior.hcm.recruitment.pojos
Methods in br.com.senior.hcm.recruitment.pojos that return EducationSection Modifier and Type Method Description EducationSectionEducationSection. conclusionYear(Integer conclusionYear)EducationSectionEducationSection. createdAt(org.threeten.bp.OffsetDateTime createdAt)EducationSectionEducationSection. degree(DegreeDto degree)EducationSectionEducationSection. fieldOfStudy(String fieldOfStudy)EducationSectionEducationSection. g5Id(String g5Id)EducationSectionEducationSection. id(String id)EducationSectionEducationSection. resumeId(String resumeId)EducationSectionEducationSection. school(String school)EducationSectionEducationSection. status(EducationStatusDto status)EducationSectionEducationSection. updatedAt(org.threeten.bp.OffsetDateTime updatedAt)Methods in br.com.senior.hcm.recruitment.pojos that return types with arguments of type EducationSection Modifier and Type Method Description List<EducationSection>Resume. getEducations()Formação acadêmica.Methods in br.com.senior.hcm.recruitment.pojos with parameters of type EducationSection Modifier and Type Method Description ResumeResume. addEducationsItem(EducationSection educationsItem)Method parameters in br.com.senior.hcm.recruitment.pojos with type arguments of type EducationSection Modifier and Type Method Description ResumeResume. educations(List<EducationSection> educations)voidResume. setEducations(List<EducationSection> educations)
-