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
FieldsModifier and TypeFieldDescriptionprivate DateThe end date of the period of time in which the user wants to be notified.private StringThe name of the office in which the user wants to be notified.private StringThe name of the request type in which the user wants to be notified.private DateThe start date of the period of time in which the user wants to be notified. -
Constructor Summary
Constructors -
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()
-