com.telapi.api.requests
Class CallRequest

java.lang.Object
  extended by com.telapi.api.requests.CallRequest

public class CallRequest
extends Object


Constructor Summary
CallRequest()
           
 
Method Summary
 String getAccountSid()
           
 HttpMethod getFallbackMethod()
           
 String getFallbackUrl()
           
 String getForwardedFrom()
           
 String getFrom()
           
 HttpMethod getHeartbeatMethod()
           
 String getHeartbeatUrl()
           
 Boolean getHideCallerId()
           
 HttpMethod getMethod()
           
 Boolean getRecord()
           
 String getRecordCallback()
           
 HttpMethod getRecordCallbackMethod()
           
 String getSendDigits()
           
 String getStatusCallback()
           
 HttpMethod getStatusCallbackMethod()
           
 Long getTimeout()
           
 String getTo()
           
 Boolean getTranscribe()
           
 String getTranscribeCallback()
           
 HttpMethod getTranscribeCallbackMethod()
           
 String getUrl()
           
 void setAccountSid(String accountSid)
           
 void setFallbackMethod(HttpMethod fallbackMethod)
           
 void setFallbackUrl(String fallbackUrl)
           
 void setForwardedFrom(String forwardedFrom)
           
 void setFrom(String from)
           
 void setHeartbeatMethod(HttpMethod heartbeatMethod)
           
 void setHeartbeatUrl(String heartbeatUrl)
           
 void setHideCallerId(Boolean hideCallerId)
           
 void setMethod(HttpMethod method)
           
 void setRecord(Boolean record)
           
 void setRecordCallback(String recordCallback)
           
 void setRecordCallbackMethod(HttpMethod recordCallbackMethod)
           
 void setSendDigits(String sendDigits)
           
 void setStatusCallback(String statusCallback)
           
 void setStatusCallbackMethod(HttpMethod statusCallbackMethod)
           
 void setTimeout(Long timeout)
           
 void setTo(String to)
           
 void setTranscribe(Boolean transcribe)
           
 void setTranscribeCallback(String transcribeCallback)
           
 void setTranscribeCallbackMethod(HttpMethod transcribeCallbackMethod)
           
 void setUrl(String url)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CallRequest

public CallRequest()
Method Detail

getAccountSid

public String getAccountSid()

setAccountSid

public void setAccountSid(String accountSid)

getTo

public String getTo()

setTo

public void setTo(String to)

getFrom

public String getFrom()

setFrom

public void setFrom(String from)

getUrl

public String getUrl()

setUrl

public void setUrl(String url)

getForwardedFrom

public String getForwardedFrom()

setForwardedFrom

public void setForwardedFrom(String forwardedFrom)

getMethod

public HttpMethod getMethod()

setMethod

public void setMethod(HttpMethod method)

getFallbackUrl

public String getFallbackUrl()

setFallbackUrl

public void setFallbackUrl(String fallbackUrl)

getFallbackMethod

public HttpMethod getFallbackMethod()

setFallbackMethod

public void setFallbackMethod(HttpMethod fallbackMethod)

getStatusCallback

public String getStatusCallback()

setStatusCallback

public void setStatusCallback(String statusCallback)

getStatusCallbackMethod

public HttpMethod getStatusCallbackMethod()

setStatusCallbackMethod

public void setStatusCallbackMethod(HttpMethod statusCallbackMethod)

getSendDigits

public String getSendDigits()

setSendDigits

public void setSendDigits(String sendDigits)

getTimeout

public Long getTimeout()

setTimeout

public void setTimeout(Long timeout)

getHideCallerId

public Boolean getHideCallerId()

setHideCallerId

public void setHideCallerId(Boolean hideCallerId)

getHeartbeatUrl

public String getHeartbeatUrl()

setHeartbeatUrl

public void setHeartbeatUrl(String heartbeatUrl)

getHeartbeatMethod

public HttpMethod getHeartbeatMethod()

setHeartbeatMethod

public void setHeartbeatMethod(HttpMethod heartbeatMethod)

getRecord

public Boolean getRecord()

setRecord

public void setRecord(Boolean record)

getRecordCallback

public String getRecordCallback()

setRecordCallback

public void setRecordCallback(String recordCallback)

getRecordCallbackMethod

public HttpMethod getRecordCallbackMethod()

setRecordCallbackMethod

public void setRecordCallbackMethod(HttpMethod recordCallbackMethod)

getTranscribe

public Boolean getTranscribe()

setTranscribe

public void setTranscribe(Boolean transcribe)

getTranscribeCallback

public String getTranscribeCallback()

setTranscribeCallback

public void setTranscribeCallback(String transcribeCallback)

getTranscribeCallbackMethod

public HttpMethod getTranscribeCallbackMethod()

setTranscribeCallbackMethod

public void setTranscribeCallbackMethod(HttpMethod transcribeCallbackMethod)


Copyright © 2012. All Rights Reserved.