Uses of Class
br.com.senior.hcm.recruitment.pojos.HonorificDto
-
Packages that use HonorificDto Package Description br.com.senior.hcm.recruitment.pojos -
-
Uses of HonorificDto in br.com.senior.hcm.recruitment.pojos
Methods in br.com.senior.hcm.recruitment.pojos that return HonorificDto Modifier and Type Method Description static HonorificDtoHonorificDto. fromValue(String text)HonorificDtoResume. getHonorific()Get honorificHonorificDtoHonorificDto.Adapter. read(com.google.gson.stream.JsonReader jsonReader)static HonorificDtoHonorificDto. valueOf(String name)Returns the enum constant of this type with the specified name.static HonorificDto[]HonorificDto. 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 HonorificDto Modifier and Type Method Description ResumeResume. honorific(HonorificDto honorific)voidResume. setHonorific(HonorificDto honorific)voidHonorificDto.Adapter. write(com.google.gson.stream.JsonWriter jsonWriter, HonorificDto enumeration)
-