Package com.twilio.twiml.voice
Class ReferSip
- java.lang.Object
-
- com.twilio.twiml.TwiML
-
- com.twilio.twiml.voice.ReferSip
-
public class ReferSip extends TwiML
TwiML wrapper for<Sip>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
ReferSip.Builder
Create a new<Sip>
element
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description URI
getSipUrl()
SIP URL-
Methods inherited from class com.twilio.twiml.TwiML
equals, getChildren, getOptions, getTagName, hashCode, toUrl, toXml
-
-
-
-
Method Detail
-
getSipUrl
public URI getSipUrl()
SIP URL- Returns:
- SIP URL
-
-