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