com.telapi.api.restproxies
Interface ApplicationProxy


public interface ApplicationProxy


Method Summary
 org.jboss.resteasy.client.ClientResponse<Application> 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> deleteApplication(String accountSid, String applicationSid)
           
 org.jboss.resteasy.client.ClientResponse<ApplicationList> listApplications(String accountSid, String friendlyName, Long page, Long pageSize)
           
 org.jboss.resteasy.client.ClientResponse<Application> 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> viewApplication(String accountSid, String applicationSid)
           
 

Method Detail

viewApplication

org.jboss.resteasy.client.ClientResponse<Application> viewApplication(String accountSid,
                                                                      String applicationSid)

listApplications

org.jboss.resteasy.client.ClientResponse<ApplicationList> listApplications(String accountSid,
                                                                           String friendlyName,
                                                                           Long page,
                                                                           Long pageSize)

createApplication

org.jboss.resteasy.client.ClientResponse<Application> 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)

updateApplication

org.jboss.resteasy.client.ClientResponse<Application> 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)

deleteApplication

org.jboss.resteasy.client.ClientResponse<Application> deleteApplication(String accountSid,
                                                                        String applicationSid)


Copyright © 2012. All Rights Reserved.