Uses of Class
br.com.senior.hcm.recruitment.pojos.LanguageSection
-
Packages that use LanguageSection Package Description br.com.senior.hcm.recruitment.pojos -
-
Uses of LanguageSection in br.com.senior.hcm.recruitment.pojos
Methods in br.com.senior.hcm.recruitment.pojos that return LanguageSection Modifier and Type Method Description LanguageSectionLanguageSection. createdAt(org.threeten.bp.OffsetDateTime createdAt)LanguageSectionLanguageSection. g5Id(String g5Id)LanguageSectionLanguageSection. id(String id)LanguageSectionLanguageSection. language(String language)LanguageSectionLanguageSection. proficiency(LanguageProficiencyDto proficiency)LanguageSectionLanguageSection. resumeId(String resumeId)LanguageSectionLanguageSection. updatedAt(org.threeten.bp.OffsetDateTime updatedAt)Methods in br.com.senior.hcm.recruitment.pojos that return types with arguments of type LanguageSection Modifier and Type Method Description List<LanguageSection>Resume. getLanguages()Idiomas.Methods in br.com.senior.hcm.recruitment.pojos with parameters of type LanguageSection Modifier and Type Method Description ResumeResume. addLanguagesItem(LanguageSection languagesItem)Method parameters in br.com.senior.hcm.recruitment.pojos with type arguments of type LanguageSection Modifier and Type Method Description ResumeResume. languages(List<LanguageSection> languages)voidResume. setLanguages(List<LanguageSection> languages)
-