Uses of Class
br.com.senior.hcm.recruitment.pojos.ResumeGenderDto
-
Packages that use ResumeGenderDto Package Description br.com.senior.hcm.recruitment.pojos -
-
Uses of ResumeGenderDto in br.com.senior.hcm.recruitment.pojos
Methods in br.com.senior.hcm.recruitment.pojos that return ResumeGenderDto Modifier and Type Method Description static ResumeGenderDtoResumeGenderDto. fromValue(String text)ResumeGenderDtoResume. getGender()Get genderResumeGenderDtoResumeGenderDto.Adapter. read(com.google.gson.stream.JsonReader jsonReader)static ResumeGenderDtoResumeGenderDto. valueOf(String name)Returns the enum constant of this type with the specified name.static ResumeGenderDto[]ResumeGenderDto. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in br.com.senior.hcm.recruitment.pojos with parameters of type ResumeGenderDto Modifier and Type Method Description ResumeResume. gender(ResumeGenderDto gender)voidResume. setGender(ResumeGenderDto gender)voidResumeGenderDto.Adapter. write(com.google.gson.stream.JsonWriter jsonWriter, ResumeGenderDto enumeration)
-