public static class Autopilot.Builder extends TwiML.Builder<Autopilot.Builder>
<Autopilot>
elementConstructor and Description |
---|
Builder(String name)
Create a
<Autopilot> with name |
Modifier and Type | Method and Description |
---|---|
Autopilot |
build()
Create and return resulting
<Autopilot> element |
static Autopilot.Builder |
fromXml(String xml)
Create and return a
<Autopilot.Builder> from an XML string |
addChild, addText, option
public Builder(String name)
<Autopilot>
with namepublic static Autopilot.Builder fromXml(String xml) throws TwiMLException
<Autopilot.Builder>
from an XML stringTwiMLException
public Autopilot build()
<Autopilot>
elementCopyright © 2019 Twilio, Inc. All Rights Reserved.