| Constructor and Description |
|---|
Builder(String message)
Create a
<Body> with message |
| Modifier and Type | Method and Description |
|---|---|
Body |
build()
Create and return resulting
<Body> element |
Body.Builder |
option(String key,
String value)
Set additional attributes on this TwiML element that will appear in generated
XML.
|
public Builder(String message)
<Body> with messagepublic Body.Builder option(String key, String value)
public Body build()
<Body> elementCopyright © 2016 Twilio, Inc. All Rights Reserved.