public static interface NotificationOptions.Builder extends SdkPojo, CopyableBuilder<NotificationOptions.Builder,NotificationOptions>
| Modifier and Type | Method and Description |
|---|---|
NotificationOptions.Builder |
emailMessage(String emailMessage)
Text value to be included in the email body.
|
NotificationOptions.Builder |
sendEmail(Boolean sendEmail)
Boolean value to indicate an email notification should be sent to the recipients.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildNotificationOptions.Builder sendEmail(Boolean sendEmail)
Boolean value to indicate an email notification should be sent to the recipients.
sendEmail - Boolean value to indicate an email notification should be sent to the recipients.NotificationOptions.Builder emailMessage(String emailMessage)
Text value to be included in the email body.
emailMessage - Text value to be included in the email body.Copyright © 2023. All rights reserved.