Interface ContactChannelAddress.Builder

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