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