Interface NotificationOptions.Builder

  • 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.