Uses of Class
br.com.senior.hcm.recruitment.pojos.PersonalInterestSection
-
Packages that use PersonalInterestSection Package Description br.com.senior.hcm.recruitment.pojos -
-
Uses of PersonalInterestSection in br.com.senior.hcm.recruitment.pojos
Methods in br.com.senior.hcm.recruitment.pojos that return PersonalInterestSection Modifier and Type Method Description PersonalInterestSectionPersonalInterestSection. createdAt(org.threeten.bp.OffsetDateTime createdAt)PersonalInterestSectionPersonalInterestSection. id(String id)PersonalInterestSectionPersonalInterestSection. interest(String interest)PersonalInterestSectionPersonalInterestSection. resumeId(String resumeId)PersonalInterestSectionPersonalInterestSection. updatedAt(org.threeten.bp.OffsetDateTime updatedAt)Methods in br.com.senior.hcm.recruitment.pojos that return types with arguments of type PersonalInterestSection Modifier and Type Method Description List<PersonalInterestSection>Resume. getPersonalInterests()Interesses pessoais.Methods in br.com.senior.hcm.recruitment.pojos with parameters of type PersonalInterestSection Modifier and Type Method Description ResumeResume. addPersonalInterestsItem(PersonalInterestSection personalInterestsItem)Method parameters in br.com.senior.hcm.recruitment.pojos with type arguments of type PersonalInterestSection Modifier and Type Method Description ResumeResume. personalInterests(List<PersonalInterestSection> personalInterests)voidResume. setPersonalInterests(List<PersonalInterestSection> personalInterests)
-