public static class NotificationSummary.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
NotificationSummary |
build() |
NotificationSummary.Builder |
copy(NotificationSummary model) |
NotificationSummary.Builder |
id(String id)
Notification identifier.
|
NotificationSummary.Builder |
notificationText(String notificationText)
Notification text
|
NotificationSummary.Builder |
notificationType(NotificationSummary.NotificationType notificationType)
Notification type
|
NotificationSummary.Builder |
timePublished(Date timePublished)
Published date
|
public NotificationSummary.Builder notificationType(NotificationSummary.NotificationType notificationType)
Notification type
notificationType
- the value to setpublic NotificationSummary.Builder notificationText(String notificationText)
Notification text
notificationText
- the value to setpublic NotificationSummary.Builder id(String id)
Notification identifier.
id
- the value to setpublic NotificationSummary.Builder timePublished(Date timePublished)
Published date
timePublished
- the value to setpublic NotificationSummary build()
public NotificationSummary.Builder copy(NotificationSummary model)
Copyright © 2016–2025. All rights reserved.