Class BasicInterviewResponse
java.lang.Object
com.amos2020.javabackend.rest_service.response.BasicInterviewResponse
public class BasicInterviewResponse
extends java.lang.Object
-
Field Summary
Fields Modifier and Type Field Description private java.util.Collection<Answer>answersprivate intauditIdprivate java.sql.DateendDateprivate intidprivate java.util.List<ContactPerson>interviewedContactPersonsprivate java.lang.Stringnoteprivate java.sql.DatestartDateprivate InterviewStatusstatus -
Constructor Summary
Constructors Constructor Description BasicInterviewResponse(Interview interview, java.util.List<ContactPerson> interviewedContactPersons) -
Method Summary
-
Field Details
-
Constructor Details
-
BasicInterviewResponse
public BasicInterviewResponse(Interview interview, java.util.List<ContactPerson> interviewedContactPersons)
-