Uses of Class
callofproject.dev.service.notification.dto.NotificationDTO.Builder
Packages that use NotificationDTO.Builder
-
Uses of NotificationDTO.Builder in callofproject.dev.service.notification.dto
Methods in callofproject.dev.service.notification.dto that return NotificationDTO.BuilderModifier and TypeMethodDescriptionNotificationDTO.Builder.setCreatedAt(LocalDateTime createdAt) Set Created at.NotificationDTO.Builder.setFromUserId(UUID fromUserId) Set from user id.NotificationDTO.Builder.setMessage(String message) Set message.NotificationDTO.Builder.setNotificationApproveLink(String approveLink) Set approval link.NotificationDTO.Builder.setNotificationData(Object notificationData) Set notification data.NotificationDTO.Builder.setNotificationDataType(callofproject.dev.nosql.enums.NotificationDataType notificationDataType) Set notification data type.NotificationDTO.Builder.setNotificationId(String notificationId) Set Notification id.NotificationDTO.Builder.setNotificationImage(String notificationImage) Set notification image.NotificationDTO.Builder.setNotificationLink(String notificationLink) Set notification link.NotificationDTO.Builder.setNotificationRejectLink(String rejectLink) Set reject link.NotificationDTO.Builder.setNotificationTitle(String notificationTitle) Set notification title.NotificationDTO.Builder.setNotificationType(callofproject.dev.nosql.enums.NotificationType notificationType) Set notification type.NotificationDTO.Builder.setRequestId(UUID requestId) Set request id.NotificationDTO.Builder.setToUserId(UUID toUserId) Set user id.