Interface ContactChannelAddress.Builder

All Superinterfaces:
Buildable, CopyableBuilder<ContactChannelAddress.Builder,ContactChannelAddress>, SdkBuilder<ContactChannelAddress.Builder,ContactChannelAddress>, SdkPojo
Enclosing class:
ContactChannelAddress

public static interface ContactChannelAddress.Builder extends SdkPojo, CopyableBuilder<ContactChannelAddress.Builder,ContactChannelAddress>
  • Method Details

    • simpleAddress

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

      Parameters:
      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

      Returns:
      Returns a reference to this object so that method calls can be chained together.