Interface NotificationOptions.Builder

All Superinterfaces:
Buildable, CopyableBuilder<NotificationOptions.Builder,NotificationOptions>, SdkBuilder<NotificationOptions.Builder,NotificationOptions>, SdkPojo
Enclosing class:
NotificationOptions

public static interface NotificationOptions.Builder extends SdkPojo, CopyableBuilder<NotificationOptions.Builder,NotificationOptions>
  • Method Details

    • sendEmail

      NotificationOptions.Builder sendEmail(Boolean sendEmail)

      Boolean value to indicate an email notification should be sent to the recipients.

      Parameters:
      sendEmail - Boolean value to indicate an email notification should be sent to the recipients.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • emailMessage

      NotificationOptions.Builder emailMessage(String emailMessage)

      Text value to be included in the email body.

      Parameters:
      emailMessage - Text value to be included in the email body.
      Returns:
      Returns a reference to this object so that method calls can be chained together.