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 NotificationBuilderNotification. builder()Static method factory for NotificationBuilderstatic NotificationBuilderNotification. builder(UUID uuid)Static method factory for NotificationBuilderNotificationBuilderNotificationBuilder. withContent(String content)NotificationBuilderNotificationBuilder. withCreationDate(Instant creationInstant)NotificationBuilderNotificationBuilder. withSender(String sender)NotificationBuilderNotificationBuilder. withTargetUrl(String targetUrl)NotificationBuilderNotificationBuilder. withTitle(String title)NotificationBuilderNotificationBuilder. withTTLInSeconds(int ttlInSeconds)NotificationBuilderNotificationBuilder. withType(String type)NotificationBuilderNotificationBuilder. withUserContent(String userContent)
-