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