Uses of Class
br.com.senior.hcm.recruitment.pojos.ContractTypeDto
-
Packages that use ContractTypeDto Package Description br.com.senior.hcm.recruitment.pojos -
-
Uses of ContractTypeDto in br.com.senior.hcm.recruitment.pojos
Methods in br.com.senior.hcm.recruitment.pojos that return ContractTypeDto Modifier and Type Method Description static ContractTypeDtoContractTypeDto. fromValue(String text)ContractTypeDtoStaffRequisition. getContractType()Get contractTypeContractTypeDtoVacancy. getContractType()Get contractTypeContractTypeDtoContractTypeDto.Adapter. read(com.google.gson.stream.JsonReader jsonReader)static ContractTypeDtoContractTypeDto. valueOf(String name)Returns the enum constant of this type with the specified name.static ContractTypeDto[]ContractTypeDto. 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 ContractTypeDto Modifier and Type Method Description StaffRequisitionStaffRequisition. contractType(ContractTypeDto contractType)VacancyVacancy. contractType(ContractTypeDto contractType)voidStaffRequisition. setContractType(ContractTypeDto contractType)voidVacancy. setContractType(ContractTypeDto contractType)voidContractTypeDto.Adapter. write(com.google.gson.stream.JsonWriter jsonWriter, ContractTypeDto enumeration)
-