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