com.telapi.api.requests
Class IncomingPhoneNumberRequest

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

public class IncomingPhoneNumberRequest
extends Object


Constructor Summary
IncomingPhoneNumberRequest()
           
 
Method Summary
 String getAccountSid()
           
 String getFriendlyName()
           
 String getHangupCallback()
           
 HttpMethod getHangupCallbackMethod()
           
 HttpMethod getHeartbeatMethod()
           
 String getHeartbeatUrl()
           
 String getIncomingPhoneNumberSid()
           
 HttpMethod getSmsFallbackMethod()
           
 String getSmsFallbackUrl()
           
 HttpMethod getSmsMethod()
           
 String getSmsUrl()
           
 Boolean getVoiceCallerIdLookup()
           
 HttpMethod getVoiceFallbackMethod()
           
 String getVoiceFallbackUrl()
           
 HttpMethod getVoiceMethod()
           
 String getVoiceUrl()
           
 void setAccountSid(String accountSid)
           
 void setFriendlyName(String friendlyName)
           
 void setHangupCallback(String hangupCallback)
           
 void setHangupCallbackMethod(HttpMethod hangupCallbackMethod)
           
 void setHeartbeatMethod(HttpMethod heartbeatMethod)
           
 void setHeartbeatUrl(String heartbeatUrl)
           
 void setIncomingPhoneNumberSid(String incomingPhoneNumberSid)
           
 void setSmsFallbackMethod(HttpMethod smsFallbackMethod)
           
 void setSmsFallbackUrl(String smsFallbackUrl)
           
 void setSmsMethod(HttpMethod smsMethod)
           
 void setSmsUrl(String smsUrl)
           
 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

IncomingPhoneNumberRequest

public IncomingPhoneNumberRequest()
Method Detail

getAccountSid

public String getAccountSid()

setAccountSid

public void setAccountSid(String accountSid)

getIncomingPhoneNumberSid

public String getIncomingPhoneNumberSid()

setIncomingPhoneNumberSid

public void setIncomingPhoneNumberSid(String incomingPhoneNumberSid)

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)

getHangupCallback

public String getHangupCallback()

setHangupCallback

public void setHangupCallback(String hangupCallback)

getHangupCallbackMethod

public HttpMethod getHangupCallbackMethod()

setHangupCallbackMethod

public void setHangupCallbackMethod(HttpMethod hangupCallbackMethod)

getHeartbeatUrl

public String getHeartbeatUrl()

setHeartbeatUrl

public void setHeartbeatUrl(String heartbeatUrl)

getHeartbeatMethod

public HttpMethod getHeartbeatMethod()

setHeartbeatMethod

public void setHeartbeatMethod(HttpMethod heartbeatMethod)


Copyright © 2012. All Rights Reserved.