public static class NotificationsTargetDetails.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
NotificationsTargetDetails |
build() |
NotificationsTargetDetails.Builder |
copy(NotificationsTargetDetails model) |
NotificationsTargetDetails.Builder |
enableFormattedMessaging(Boolean enableFormattedMessaging)
Whether to apply a simplified, user-friendly format to the message.
|
NotificationsTargetDetails.Builder |
topicId(String topicId)
The OCID
of the topic.
|
public NotificationsTargetDetails.Builder topicId(String topicId)
The OCID of the topic.
topicId
- the value to setpublic NotificationsTargetDetails.Builder enableFormattedMessaging(Boolean enableFormattedMessaging)
Whether to apply a simplified, user-friendly format to the message. Applies only when friendly formatting is supported by the connector source and the subscription protocol.
Example: true
enableFormattedMessaging
- the value to setpublic NotificationsTargetDetails build()
public NotificationsTargetDetails.Builder copy(NotificationsTargetDetails model)
Copyright © 2016–2024. All rights reserved.