Class NotificationInput

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

public class NotificationInput extends Object
Class used to represent the input of the notification service, that is the input from the user.
  • Field Details

    • startDate

      private Date startDate
      The start date of the period of time in which the user wants to be notified.
    • endDate

      private Date endDate
      The end date of the period of time in which the user wants to be notified.
    • officeName

      private String officeName
      The name of the office in which the user wants to be notified.
    • requestTypeName

      private String requestTypeName
      The name of the request type in which the user wants to be notified.
  • Constructor Details

    • NotificationInput

      public NotificationInput()