Class RequestInput

java.lang.Object
it.univr.passportease.dto.input.RequestInput

public class RequestInput extends Object
Class that represents the input of a request. From the user.
  • Field Details

    • duration

      private long duration
      The duration of the request in minutes.
    • startDate

      private Date startDate
      The start date of the request.
    • endDate

      private Date endDate
      The end date of the request.
    • startTime

      private LocalTime startTime
      The start time of the request.
    • endTime

      private LocalTime endTime
      The end time of the request.
    • requestType

      private String requestType
      The type of the request.
    • offices

      private List<String> offices
      The offices of the request.
  • Constructor Details

    • RequestInput

      public RequestInput()