Class CreateInterviewRequest

java.lang.Object
com.amos2020.javabackend.rest_service.request.BasicRequest
com.amos2020.javabackend.rest_service.request.interview.CreateInterviewRequest

public class CreateInterviewRequest
extends BasicRequest
Request object for creating a new interview.
  • Field Details

    • auditId

      @NotNull @Min(1L) private @javax.validation.constraints.NotNull,@javax.validation.constraints.Min(1L) int auditId
    • startDate

      @NotNull private @NotNull java.sql.Date startDate
    • endDate

      private java.sql.Date endDate
    • note

      @NotNull @Size(max=1024) private @NotNull @Size(max=1024) java.lang.String note
    • interviewedContactPersons

      @NotNull private @NotNull java.util.List<@Valid InterviewPerson> interviewedContactPersons
    • interviewScope

      @NotNull private @NotNull java.util.List<@Min(1L) java.lang.Integer> interviewScope
  • Constructor Details

  • Method Details