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