public static interface NotificationSettingKey.Builder extends SdkPojo, CopyableBuilder<NotificationSettingKey.Builder,NotificationSettingKey>
| Modifier and Type | Method and Description |
|---|---|
NotificationSettingKey.Builder |
channel(NotificationChannel channel)
The specified channel of notification.
|
NotificationSettingKey.Builder |
channel(String channel)
The specified channel of notification.
|
NotificationSettingKey.Builder |
event(NotificationEvent event)
The notification setting event to reset.
|
NotificationSettingKey.Builder |
event(String event)
The notification setting event to reset.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildNotificationSettingKey.Builder channel(String channel)
The specified channel of notification.
channel - The specified channel of notification.NotificationChannel,
NotificationChannelNotificationSettingKey.Builder channel(NotificationChannel channel)
The specified channel of notification.
channel - The specified channel of notification.NotificationChannel,
NotificationChannelNotificationSettingKey.Builder event(String event)
The notification setting event to reset.
event - The notification setting event to reset.NotificationEvent,
NotificationEventNotificationSettingKey.Builder event(NotificationEvent event)
The notification setting event to reset.
event - The notification setting event to reset.NotificationEvent,
NotificationEventCopyright © 2023. All rights reserved.