Uses of Class
br.com.senior.hcm.recruitment.pojos.Appointment
-
Packages that use Appointment Package Description br.com.senior.hcm.recruitment.pojos -
-
Uses of Appointment in br.com.senior.hcm.recruitment.pojos
Methods in br.com.senior.hcm.recruitment.pojos that return Appointment Modifier and Type Method Description AppointmentAppointment. addCandidatesItem(Object candidatesItem)AppointmentAppointment. addEmployeesItem(Object employeesItem)AppointmentAppointment. candidates(List<Object> candidates)AppointmentAppointment. comment(String comment)AppointmentAppointment. date(org.threeten.bp.LocalDate date)AppointmentAppointment. employees(List<Object> employees)AppointmentAppointment. endTime(String endTime)AppointmentAppointment. id(String id)AppointmentAppointment. site(String site)AppointmentAppointment. stage(Object stage)AppointmentAppointment. stageId(String stageId)AppointmentAppointment. startTime(String startTime)AppointmentAppointment. subject(String subject)AppointmentAppointment. vacancy(Object vacancy)AppointmentAppointment. vacancyId(String vacancyId)
-