public static class TwiML.Builder<T extends TwiML.Builder<T>> extends Object
TwiML
nodeConstructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
T |
addChild(GenericNode node) |
T |
addText(String text)
Add a text node as a child element
|
T |
option(String key,
String value)
Set additional attributes on this TwiML element that will appear in generated
XML.
|
Copyright © 2016 Twilio, Inc. All Rights Reserved.