Class NotificationDTO
java.lang.Object
com.skava.marketplace.notification.model.request.NotificationDTO
- All Implemented Interfaces:
Serializable
The Class NotificationDTO.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionInstantiates a new notification DTO.NotificationDTO
(List<RecipientInfoDTO> recipients) Instantiates a new notification DTO. -
Method Summary
-
Constructor Details
-
NotificationDTO
Instantiates a new notification DTO.- Parameters:
recipients
- the recipients
-
NotificationDTO
public NotificationDTO()Instantiates a new notification DTO.
-