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