public static interface SMSChannelRequest.Builder extends SdkPojo, CopyableBuilder<SMSChannelRequest.Builder,SMSChannelRequest>
| Modifier and Type | Method and Description |
|---|---|
SMSChannelRequest.Builder |
enabled(Boolean enabled)
Specifies whether to enable the SMS channel for the application.
|
SMSChannelRequest.Builder |
senderId(String senderId)
The identity that you want to display on recipients' devices when they receive messages from the SMS channel.
|
SMSChannelRequest.Builder |
shortCode(String shortCode)
The registered short code that you want to use when you send messages through the SMS channel.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildSMSChannelRequest.Builder enabled(Boolean enabled)
Specifies whether to enable the SMS channel for the application.
enabled - Specifies whether to enable the SMS channel for the application.SMSChannelRequest.Builder senderId(String senderId)
The identity that you want to display on recipients' devices when they receive messages from the SMS channel.
senderId - The identity that you want to display on recipients' devices when they receive messages from the SMS
channel.SMSChannelRequest.Builder shortCode(String shortCode)
The registered short code that you want to use when you send messages through the SMS channel.
shortCode - The registered short code that you want to use when you send messages through the SMS channel.Copyright © 2022. All rights reserved.