| 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)
|
| 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)
|