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