| Package | Description |
|---|---|
| io.vertigo.social.services.notification |
| Modifier and Type | Method and Description |
|---|---|
static NotificationBuilder |
Notification.builder()
Static method factory for NotificationBuilder
|
static NotificationBuilder |
Notification.builder(UUID uuid)
Static method factory for NotificationBuilder
|
NotificationBuilder |
NotificationBuilder.withContent(String content) |
NotificationBuilder |
NotificationBuilder.withCreationDate(Date creationDate) |
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) |
Copyright © 2017. All Rights Reserved.