public static interface ContactChannelAddress.Builder extends SdkPojo, CopyableBuilder<ContactChannelAddress.Builder,ContactChannelAddress>
| Modifier and Type | Method and Description |
|---|---|
ContactChannelAddress.Builder |
simpleAddress(String simpleAddress)
The format is dependent on the type of the contact channel.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildContactChannelAddress.Builder simpleAddress(String simpleAddress)
The format is dependent on the type of the contact channel. The following are the expected formats:
SMS - '+' followed by the country code and phone number
VOICE - '+' followed by the country code and phone number
EMAIL - any standard email format
simpleAddress - The format is dependent on the type of the contact channel. The following are the expected
formats:
SMS - '+' followed by the country code and phone number
VOICE - '+' followed by the country code and phone number
EMAIL - any standard email format
Copyright © 2021. All rights reserved.