Uses of Class
io.vertigo.social.notification.NotificationBuilder
-
Packages that use NotificationBuilder Package Description io.vertigo.social.notification -
-
Uses of NotificationBuilder in io.vertigo.social.notification
Methods in io.vertigo.social.notification that return NotificationBuilder Modifier and Type Method Description static NotificationBuilder
Notification. builder()
Static method factory for NotificationBuilderstatic NotificationBuilder
Notification. builder(UUID uuid)
Static method factory for NotificationBuilderNotificationBuilder
NotificationBuilder. withContent(String content)
NotificationBuilder
NotificationBuilder. withCreationDate(Instant creationInstant)
NotificationBuilder
NotificationBuilder. withSender(String sender)
NotificationBuilder
NotificationBuilder. withTargetUrl(String targetUrl)
NotificationBuilder
NotificationBuilder. withTitle(String title)
NotificationBuilder
NotificationBuilder. withTTLInSeconds(int ttlInSeconds)
NotificationBuilder
NotificationBuilder. withType(String type)
NotificationBuilder
NotificationBuilder. withUserContent(String userContent)
-