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