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