Package com.twilio.twiml.voice
Class Echo.Builder
- java.lang.Object
-
- com.twilio.twiml.TwiML.Builder<Echo.Builder>
-
- com.twilio.twiml.voice.Echo.Builder
-
- Enclosing class:
- Echo
public static class Echo.Builder extends TwiML.Builder<Echo.Builder>
Create a new<Echo>
element
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description Echo
build()
Create and return resulting<Echo>
elementstatic Echo.Builder
fromXml(String xml)
Create and return a<Echo.Builder>
from an XML string-
Methods inherited from class com.twilio.twiml.TwiML.Builder
addChild, addText, option
-
-
-
-
Method Detail
-
fromXml
public static Echo.Builder fromXml(String xml) throws TwiMLException
Create and return a<Echo.Builder>
from an XML string- Throws:
TwiMLException
-
build
public Echo build()
Create and return resulting<Echo>
element
-
-