Uses of Class
com.telapi.api.domain.Application

Packages that use Application
com.telapi.api   
com.telapi.api.domain.list   
com.telapi.api.restproxies   
 

Uses of Application in com.telapi.api
 

Methods in com.telapi.api that return Application
 Application TelapiConnector.createApplication(ApplicationRequest applicationRequest)
           
 Application TelapiConnector.createApplication(String friendlyName, String voiceUrl, HttpMethod voiceMethod, String voiceFallbackUrl, HttpMethod voiceFallbackMethod, Boolean voiceCallerIdLookup, String smsUrl, HttpMethod smsMethod, String smsFallbackUrl, HttpMethod smsFallbackMethod, String heartbeatUrl, HttpMethod heartbeatMethod, String hangupCallback, HttpMethod hangupCallbackMethod)
          Creates a new application for managing TelAPI phone numbers,
 Application TelapiConnector.createApplication(String accountSid, String friendlyName, String voiceUrl, HttpMethod voiceMethod, String voiceFallbackUrl, HttpMethod voiceFallbackMethod, Boolean voiceCallerIdLookup, String smsUrl, HttpMethod smsMethod, String smsFallbackUrl, HttpMethod smsFallbackMethod, String heartbeatUrl, HttpMethod heartbeatMethod, String hangupCallback, HttpMethod hangupCallbackMethod)
           
 Application TelapiConnector.deleteApplication(String applicationSid)
          Deletes an existing application.
 Application TelapiConnector.deleteApplication(String accountSid, String applicationSid)
           
 Application TelapiConnector.updateApplication(ApplicationRequest applicationRequest)
           
 Application TelapiConnector.updateApplication(String applicationSid, String friendlyName, String voiceUrl, HttpMethod voiceMethod, String voiceFallbackUrl, HttpMethod voiceFallbackMethod, Boolean voiceCallerIdLookup, String smsUrl, HttpMethod smsMethod, String smsFallbackUrl, HttpMethod smsFallbackMethod, String heartbeatUrl, HttpMethod heartbeatMethod, String hangupCallback, HttpMethod hangupCallbackMethod)
          Used to update an existing application.
 Application TelapiConnector.updateApplication(String accountSid, String applicationSid, String friendlyName, String voiceUrl, HttpMethod voiceMethod, String voiceFallbackUrl, HttpMethod voiceFallbackMethod, Boolean voiceCallerIdLookup, String smsUrl, HttpMethod smsMethod, String smsFallbackUrl, HttpMethod smsFallbackMethod, String heartbeatUrl, HttpMethod heartbeatMethod, String hangupCallback, HttpMethod hangupCallbackMethod)
           
 Application TelapiConnector.viewApplication(String applicationSid)
          TelAPI offers the ability to preset all voice and sms urls for a given application name.
 Application TelapiConnector.viewApplication(String accountSid, String applicationSid)
           
 

Uses of Application in com.telapi.api.domain.list
 

Method parameters in com.telapi.api.domain.list with type arguments of type Application
protected  void ApplicationList.mapElements(List<Application> elements)
           
 

Uses of Application in com.telapi.api.restproxies
 

Methods in com.telapi.api.restproxies that return types with arguments of type Application
 org.jboss.resteasy.client.ClientResponse<Application> ApplicationProxy.createApplication(String accountSid, String friendlyName, String voiceUrl, HttpMethod voiceMethod, String voiceFallbackUrl, HttpMethod voiceFallbackMethod, Boolean voiceCallerIdLookup, String smsUrl, HttpMethod smsMethod, String smsFallbackUrl, HttpMethod smsFallbackMethod, String heartbeatUrl, HttpMethod heartbeatMethod, String hangupCallback, HttpMethod hangupCallbackMethod)
           
 org.jboss.resteasy.client.ClientResponse<Application> ApplicationProxy.deleteApplication(String accountSid, String applicationSid)
           
 org.jboss.resteasy.client.ClientResponse<Application> ApplicationProxy.updateApplication(String accountSid, String applicationSid, String friendlyName, String voiceUrl, HttpMethod voiceMethod, String voiceFallbackUrl, HttpMethod voiceFallbackMethod, Boolean voiceCallerIdLookup, String smsUrl, HttpMethod smsMethod, String smsFallbackUrl, HttpMethod smsFallbackMethod, String heartbeatUrl, HttpMethod heartbeatMethod, String hangupCallback, HttpMethod hangupCallbackMethod)
           
 org.jboss.resteasy.client.ClientResponse<Application> ApplicationProxy.viewApplication(String accountSid, String applicationSid)
           
 



Copyright © 2012. All Rights Reserved.