Uses of Class
br.com.senior.hcm.recruitment.pojos.ResumePhoneContact
-
Packages that use ResumePhoneContact Package Description br.com.senior.hcm.recruitment.pojos -
-
Uses of ResumePhoneContact in br.com.senior.hcm.recruitment.pojos
Methods in br.com.senior.hcm.recruitment.pojos that return ResumePhoneContact Modifier and Type Method Description ResumePhoneContactResumePhoneContact. createdAt(org.threeten.bp.OffsetDateTime createdAt)ResumePhoneContactResumePhoneContact. g5Id(String g5Id)ResumePhoneContactResumePhoneContact. id(String id)ResumePhoneContactResumePhoneContact. phoneContact(PhoneContact phoneContact)ResumePhoneContactResumePhoneContact. resumeId(String resumeId)ResumePhoneContactResumePhoneContact. updatedAt(org.threeten.bp.OffsetDateTime updatedAt)Methods in br.com.senior.hcm.recruitment.pojos that return types with arguments of type ResumePhoneContact Modifier and Type Method Description List<ResumePhoneContact>Resume. getPhoneContacts()Contatos telefônicos.Methods in br.com.senior.hcm.recruitment.pojos with parameters of type ResumePhoneContact Modifier and Type Method Description ResumeResume. addPhoneContactsItem(ResumePhoneContact phoneContactsItem)Method parameters in br.com.senior.hcm.recruitment.pojos with type arguments of type ResumePhoneContact Modifier and Type Method Description ResumeResume. phoneContacts(List<ResumePhoneContact> phoneContacts)voidResume. setPhoneContacts(List<ResumePhoneContact> phoneContacts)
-