public static interface CampaignSmsMessage.Builder extends SdkPojo, CopyableBuilder<CampaignSmsMessage.Builder,CampaignSmsMessage>
| Modifier and Type | Method and Description |
|---|---|
CampaignSmsMessage.Builder |
body(String body)
The body of the SMS message.
|
CampaignSmsMessage.Builder |
messageType(MessageType messageType)
The SMS message type.
|
CampaignSmsMessage.Builder |
messageType(String messageType)
The SMS message type.
|
CampaignSmsMessage.Builder |
senderId(String senderId)
The sender ID to display on recipients' devices when they receive the SMS message.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildCampaignSmsMessage.Builder body(String body)
The body of the SMS message.
body - The body of the SMS message.CampaignSmsMessage.Builder messageType(String messageType)
The SMS message type. Valid values are TRANSACTIONAL (for messages that are critical or time-sensitive, such as a one-time passwords) and PROMOTIONAL (for messsages that aren't critical or time-sensitive, such as marketing messages).
messageType - The SMS message type. Valid values are TRANSACTIONAL (for messages that are critical or
time-sensitive, such as a one-time passwords) and PROMOTIONAL (for messsages that aren't critical or
time-sensitive, such as marketing messages).MessageType,
MessageTypeCampaignSmsMessage.Builder messageType(MessageType messageType)
The SMS message type. Valid values are TRANSACTIONAL (for messages that are critical or time-sensitive, such as a one-time passwords) and PROMOTIONAL (for messsages that aren't critical or time-sensitive, such as marketing messages).
messageType - The SMS message type. Valid values are TRANSACTIONAL (for messages that are critical or
time-sensitive, such as a one-time passwords) and PROMOTIONAL (for messsages that aren't critical or
time-sensitive, such as marketing messages).MessageType,
MessageTypeCampaignSmsMessage.Builder senderId(String senderId)
The sender ID to display on recipients' devices when they receive the SMS message.
senderId - The sender ID to display on recipients' devices when they receive the SMS message.Copyright © 2020. All rights reserved.