com.telapi.api.requests
Class CallRequest
java.lang.Object
com.telapi.api.requests.CallRequest
public class CallRequest
- extends Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CallRequest
public CallRequest()
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.