Package com.twilio.twiml.voice
Class SipUri
- java.lang.Object
-
- com.twilio.twiml.TwiML
-
- com.twilio.twiml.voice.SipUri
-
public class SipUri extends TwiML
TwiML wrapper for<Uri>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classSipUri.BuilderCreate a new<Uri>element
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetPassword()The password for authenticationStringgetPriority()The priority of this SIP URIURIgetSipUrl()The SIP URIStringgetUsername()The username for authenticationStringgetWeight()The weight of this SIP URI-
Methods inherited from class com.twilio.twiml.TwiML
equals, getChildren, getOptions, getTagName, hashCode, toUrl, toXml
-
-
-
-
Method Detail
-
getPriority
public String getPriority()
The priority of this SIP URI- Returns:
- The priority of this SIP URI
-
getWeight
public String getWeight()
The weight of this SIP URI- Returns:
- The weight of this SIP URI
-
getUsername
public String getUsername()
The username for authentication- Returns:
- The username for authentication
-
getPassword
public String getPassword()
The password for authentication- Returns:
- The password for authentication
-
getSipUrl
public URI getSipUrl()
The SIP URI- Returns:
- The SIP URI
-
-