com.twilio.sdk.verbs
Class Sip

java.lang.Object
  extended by com.twilio.sdk.verbs.Verb
      extended by com.twilio.sdk.verbs.Sip

public class Sip
extends Verb


Field Summary
 
Fields inherited from class com.twilio.sdk.verbs.Verb
V_BODY, V_CLIENT, V_CONFERENCE, V_DIAL, V_ENQUEUE, V_GATHER, V_HANGUP, V_LEAVE, V_MEDIA, V_MESSAGE, V_NUMBER, V_PAUSE, V_PLAY, V_QUEUE, V_RECORD, V_REDIRECT, V_REJECT, V_RESPONSE, V_SAY, V_SIP, V_SMS, V_URI
 
Constructor Summary
Sip()
          Instantiates a new Sip Noun with no URI.
Sip(String uri)
          Instantiates a new Sip.
 
Method Summary
 void setMethod(String method)
          Sets the method.
 void setPassword(String password)
           
 void setUrl(String url)
          Sets the url.
 void setUsername(String username)
           
 
Methods inherited from class com.twilio.sdk.verbs.Verb
append, asURL, getAttributes, getBody, getChildren, getTag, set, toEscapedXML, toXML
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Sip

public Sip(String uri)
Instantiates a new Sip.


Sip

public Sip()
Instantiates a new Sip Noun with no URI.

Method Detail

setUsername

public void setUsername(String username)

setPassword

public void setPassword(String password)

setUrl

public void setUrl(String url)
Sets the url.

Parameters:
url - the waiting url

setMethod

public void setMethod(String method)
Sets the method.

Parameters:
method - the new method


Copyright © 2011 Twilio, Inc. All Rights Reserved.