Uses of Class
callofproject.dev.project.dto.ProjectParticipantNotificationDTO.Builder
Packages that use ProjectParticipantNotificationDTO.Builder
-
Uses of ProjectParticipantNotificationDTO.Builder in callofproject.dev.project.dto
Methods in callofproject.dev.project.dto that return ProjectParticipantNotificationDTO.BuilderModifier and TypeMethodDescriptionProjectParticipantNotificationDTO.Builder.setApproveLink
(String approveLink) Sets the approval link for the notification.ProjectParticipantNotificationDTO.Builder.setFromUserId
(UUID fromUserId) Sets the sender user's ID.ProjectParticipantNotificationDTO.Builder.setMessage
(String message) Sets the notification message.ProjectParticipantNotificationDTO.Builder.setNotificationData
(Object notificationData) Sets the notification data.ProjectParticipantNotificationDTO.Builder.setNotificationDataType
(callofproject.dev.nosql.enums.NotificationDataType notificationDataType) Sets the notification data type.ProjectParticipantNotificationDTO.Builder.setNotificationImage
(String notificationImage) Sets the notification image.ProjectParticipantNotificationDTO.Builder.setNotificationLink
(String notificationLink) Sets the notification link.ProjectParticipantNotificationDTO.Builder.setNotificationTitle
(String notificationTitle) Sets the notification title.ProjectParticipantNotificationDTO.Builder.setNotificationType
(callofproject.dev.nosql.enums.NotificationType notificationType) Sets the notification type.ProjectParticipantNotificationDTO.Builder.setRejectLink
(String rejectLink) Sets the rejection link for the notification.ProjectParticipantNotificationDTO.Builder.setRequestId
(UUID requestId) Sets the request ID associated with the notification.ProjectParticipantNotificationDTO.Builder.setToUserId
(UUID toUserId) Sets the recipient user's ID.