com.telapi.api.domain
Class Application
java.lang.Object
com.telapi.api.domain.BaseTelapiObject
com.telapi.api.domain.BaseTelapiObjectWithMethods
com.telapi.api.domain.Application
public class Application
- extends BaseTelapiObjectWithMethods
TelAPI offers the ability to preset all voice and sms urls for a given
application name. This application can then be assigned to multiple numbers
so you don't have to update all of their urls manually.
| Methods inherited from class com.telapi.api.domain.BaseTelapiObjectWithMethods |
getHangupCallback, getHangupCallbackMethod, getHeartbeatMethod, getHeartbeatUrl, getSmsFallbackMethod, getSmsFallbackUrl, getSmsMethod, getSmsStatusCallbackMethod, getSmsStatusCallbackUrl, getSmsUrl, getStatusCallback, getStatusCallbackMethod, getVoiceCallerIdLookup, getVoiceFallbackMethod, getVoiceFallbackUrl, getVoiceMethod, getVoiceUrl, setHangupCallback, setHangupCallbackMethod, setHeartbeatMethod, setHeartbeatUrl, setSmsFallbackMethod, setSmsFallbackUrl, setSmsMethod, setSmsStatusCallbackMethod, setSmsStatusCallbackUrl, setSmsUrl, setStatusCallback, setStatusCallbackMethod, setVoiceCallerIdLookup, setVoiceFallbackMethod, setVoiceFallbackUrl, setVoiceMethod, setVoiceUrl |
| Methods inherited from class com.telapi.api.domain.BaseTelapiObject |
getAccountSid, getApiVersion, getDateCreated, getDateUpdated, getSid, getUri, setAccountSid, setApiVersion, setDateCreated, setDateUpdated, setSid, setUri |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Application
public Application()
getFriendlyName
public String getFriendlyName()
setFriendlyName
public void setFriendlyName(String friendlyName)
Copyright © 2012. All Rights Reserved.