Package com.twilio.twiml
Class GenericNode.Builder
- java.lang.Object
-
- com.twilio.twiml.TwiML.Builder<GenericNode.Builder>
-
- com.twilio.twiml.GenericNode.Builder
-
- Enclosing class:
- GenericNode
public static class GenericNode.Builder extends TwiML.Builder<GenericNode.Builder>
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description GenericNode
build()
Create and return resulting<GenericNode>
element-
Methods inherited from class com.twilio.twiml.TwiML.Builder
addChild, addText, option
-
-
-
-
Constructor Detail
-
Builder
public Builder(String tag)
-
-
Method Detail
-
build
public GenericNode build()
Create and return resulting<GenericNode>
element
-
-