com.telapi.api.domain
Class Application

java.lang.Object
  extended by com.telapi.api.domain.BaseTelapiObject
      extended by com.telapi.api.domain.BaseTelapiObjectWithMethods
          extended by 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.


Constructor Summary
Application()
           
 
Method Summary
 String getFriendlyName()
           
 void setFriendlyName(String friendlyName)
           
 
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
 

Constructor Detail

Application

public Application()
Method Detail

getFriendlyName

public String getFriendlyName()

setFriendlyName

public void setFriendlyName(String friendlyName)


Copyright © 2012. All Rights Reserved.