public static interface DefaultMessage.Builder extends SdkPojo, CopyableBuilder<DefaultMessage.Builder,DefaultMessage>
| Modifier and Type | Method and Description |
|---|---|
DefaultMessage.Builder |
body(String body)
The default message body of the push notification, email, or SMS message.
|
DefaultMessage.Builder |
substitutions(Map<String,? extends Collection<String>> substitutions)
The default message variables to use in the push notification, email, or SMS message.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildDefaultMessage.Builder body(String body)
The default message body of the push notification, email, or SMS message.
body - The default message body of the push notification, email, or SMS message.DefaultMessage.Builder substitutions(Map<String,? extends Collection<String>> substitutions)
The default message variables to use in the push notification, email, or SMS message. You can override these default variables with individual address variables.
substitutions - The default message variables to use in the push notification, email, or SMS message. You can override
these default variables with individual address variables.Copyright © 2019. All rights reserved.