public static class NotificationPreferences.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
NotificationPreferences |
build() |
NotificationPreferences.Builder |
compartmentId(String compartmentId)
Compartment ID the topic belongs to.
|
NotificationPreferences.Builder |
copy(NotificationPreferences model) |
NotificationPreferences.Builder |
preferences(Preferences preferences) |
NotificationPreferences.Builder |
topicId(String topicId)
Topic Id where the notifications will be directed.
|
public NotificationPreferences.Builder topicId(String topicId)
Topic Id where the notifications will be directed. A topic is a communication channel for sending messages on chosen events to subscriptions.
topicId
- the value to setpublic NotificationPreferences.Builder compartmentId(String compartmentId)
Compartment ID the topic belongs to.
compartmentId
- the value to setpublic NotificationPreferences.Builder preferences(Preferences preferences)
public NotificationPreferences build()
public NotificationPreferences.Builder copy(NotificationPreferences model)
Copyright © 2016–2024. All rights reserved.