Package it.univr.passportease.dto.input
Class NotificationInput
java.lang.Object
it.univr.passportease.dto.input.NotificationInput
Class used to represent the input of the notification service, that is the
input from the user.
-
Field Summary
Modifier and TypeFieldDescriptionprivate Date
The end date of the period of time in which the user wants to be notified.private String
The name of the office in which the user wants to be notified.private String
The name of the request type in which the user wants to be notified.private Date
The start date of the period of time in which the user wants to be notified. -
Constructor Summary
-
Method Summary
-
Field Details
-
startDate
The start date of the period of time in which the user wants to be notified. -
endDate
The end date of the period of time in which the user wants to be notified. -
officeName
The name of the office in which the user wants to be notified. -
requestTypeName
The name of the request type in which the user wants to be notified.
-
-
Constructor Details
-
NotificationInput
public NotificationInput()
-