com.telapi.api.requests
Class ApplicationRequest

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

public class ApplicationRequest
extends Object


Constructor Summary
ApplicationRequest()
           
 
Method Summary
 String getAccountSid()
           
 String getFriendlyName()
           
 HttpMethod getHeartbeatMethod()
           
 String getHeartbeatUrl()
           
 String getSid()
           
 HttpMethod getSmsFallbackMethod()
           
 String getSmsFallbackUrl()
           
 HttpMethod getSmsMethod()
           
 String getSmsUrl()
           
 String getStatusCallback()
           
 HttpMethod getStatusCallbackMethod()
           
 Boolean getVoiceCallerIdLookup()
           
 HttpMethod getVoiceFallbackMethod()
           
 String getVoiceFallbackUrl()
           
 HttpMethod getVoiceMethod()
           
 String getVoiceUrl()
           
 void setAccountSid(String accountSid)
           
 void setFriendlyName(String friendlyName)
           
 void setHeartbeatMethod(HttpMethod heartbeatMethod)
           
 void setHeartbeatUrl(String heartbeatUrl)
           
 void setSid(String sid)
           
 void setSmsFallbackMethod(HttpMethod smsFallbackMethod)
           
 void setSmsFallbackUrl(String smsFallbackUrl)
           
 void setSmsMethod(HttpMethod smsMethod)
           
 void setSmsUrl(String smsUrl)
           
 void setStatusCallback(String statusCallback)
           
 void setStatusCallbackMethod(HttpMethod statusCallbackMethod)
           
 void setVoiceCallerIdLookup(Boolean voiceCallerIdLookup)
           
 void setVoiceFallbackMethod(HttpMethod voiceFallbackMethod)
           
 void setVoiceFallbackUrl(String voiceFallbackUrl)
           
 void setVoiceMethod(HttpMethod voiceMethod)
           
 void setVoiceUrl(String voiceUrl)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ApplicationRequest

public ApplicationRequest()
Method Detail

getSid

public String getSid()

setSid

public void setSid(String sid)

getAccountSid

public String getAccountSid()

setAccountSid

public void setAccountSid(String accountSid)

getFriendlyName

public String getFriendlyName()

setFriendlyName

public void setFriendlyName(String friendlyName)

getVoiceUrl

public String getVoiceUrl()

setVoiceUrl

public void setVoiceUrl(String voiceUrl)

getVoiceMethod

public HttpMethod getVoiceMethod()

setVoiceMethod

public void setVoiceMethod(HttpMethod voiceMethod)

getVoiceFallbackUrl

public String getVoiceFallbackUrl()

setVoiceFallbackUrl

public void setVoiceFallbackUrl(String voiceFallbackUrl)

getVoiceFallbackMethod

public HttpMethod getVoiceFallbackMethod()

setVoiceFallbackMethod

public void setVoiceFallbackMethod(HttpMethod voiceFallbackMethod)

getVoiceCallerIdLookup

public Boolean getVoiceCallerIdLookup()

setVoiceCallerIdLookup

public void setVoiceCallerIdLookup(Boolean voiceCallerIdLookup)

getSmsUrl

public String getSmsUrl()

setSmsUrl

public void setSmsUrl(String smsUrl)

getSmsMethod

public HttpMethod getSmsMethod()

setSmsMethod

public void setSmsMethod(HttpMethod smsMethod)

getSmsFallbackUrl

public String getSmsFallbackUrl()

setSmsFallbackUrl

public void setSmsFallbackUrl(String smsFallbackUrl)

getSmsFallbackMethod

public HttpMethod getSmsFallbackMethod()

setSmsFallbackMethod

public void setSmsFallbackMethod(HttpMethod smsFallbackMethod)

getHeartbeatUrl

public String getHeartbeatUrl()

setHeartbeatUrl

public void setHeartbeatUrl(String heartbeatUrl)

getHeartbeatMethod

public HttpMethod getHeartbeatMethod()

setHeartbeatMethod

public void setHeartbeatMethod(HttpMethod heartbeatMethod)

getStatusCallback

public String getStatusCallback()

setStatusCallback

public void setStatusCallback(String statusCallback)

getStatusCallbackMethod

public HttpMethod getStatusCallbackMethod()

setStatusCallbackMethod

public void setStatusCallbackMethod(HttpMethod statusCallbackMethod)


Copyright © 2012. All Rights Reserved.