static NotificationSetting.Builder |
NotificationSetting.builder() |
|
NotificationSetting.Builder |
NotificationSetting.Builder.channel(String channel) |
The specified channel of notification.
|
NotificationSetting.Builder |
NotificationSetting.Builder.channel(NotificationChannel channel) |
The specified channel of notification.
|
NotificationSetting.Builder |
NotificationSetting.Builder.enabled(Boolean enabled) |
Indicates whether the notification setting is enabled.
|
NotificationSetting.Builder |
NotificationSetting.Builder.event(String event) |
The event to which this notification setting is applied.
|
NotificationSetting.Builder |
NotificationSetting.Builder.event(NotificationEvent event) |
The event to which this notification setting is applied.
|
NotificationSetting.Builder |
NotificationSetting.Builder.threshold(Integer threshold) |
The number of days before a notification event.
|
NotificationSetting.Builder |
NotificationSetting.toBuilder() |
|