com.twilio.sdk.verbs
Class Record

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

public class Record
extends Verb

The Class Record.


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
Record()
          Instantiates a new record.
 
Method Summary
 void setAction(String url)
          Sets the action.
 void setFinishOnKey(String key)
          Sets the finish on key.
 void setMaxLength(int i)
          Sets the max length.
 void setMethod(String method)
          Sets the method.
 void setPlayBeep(boolean playBeep)
          Sets the playBeep parameter
 void setTimeout(int i)
          Sets the timeout.
 void setTranscribe(boolean transcribe)
          Sets the transcribe.
 void setTranscribeCallback(String url)
          Sets the transcribe callback.
 
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

Record

public Record()
Instantiates a new record.

Method Detail

setAction

public void setAction(String url)
Sets the action.

Parameters:
url - the new action

setMethod

public void setMethod(String method)
Sets the method.

Parameters:
method - the new method

setTimeout

public void setTimeout(int i)
Sets the timeout.

Parameters:
i - the new timeout

setFinishOnKey

public void setFinishOnKey(String key)
Sets the finish on key.

Parameters:
key - the new finish on key

setMaxLength

public void setMaxLength(int i)
Sets the max length.

Parameters:
i - the new max length

setTranscribe

public void setTranscribe(boolean transcribe)
Sets the transcribe.

Parameters:
transcribe - the new transcribe

setTranscribeCallback

public void setTranscribeCallback(String url)
Sets the transcribe callback.

Parameters:
url - the new transcribe callback

setPlayBeep

public void setPlayBeep(boolean playBeep)
Sets the playBeep parameter

Parameters:
playBeep -


Copyright © 2011 Twilio, Inc. All Rights Reserved.