com.telapi.api.restproxies
Interface IncomingPhoneNumberProxy


public interface IncomingPhoneNumberProxy


Method Summary
 org.jboss.resteasy.client.ClientResponse<IncomingPhoneNumber> addIncomingPhoneNumber(String accountSid, String phoneNumber, String areaCode)
           
 org.jboss.resteasy.client.ClientResponse<IncomingPhoneNumber> deleteIncomingPhoneNumber(String accountSid, String incomingPhoneNumberSid)
           
 org.jboss.resteasy.client.ClientResponse<IncomingPhoneNumberList> listIncomingPhoneNumbers(String accountSid, String phoneNumber, String friendlyName, Long page, Long pageSize)
           
 org.jboss.resteasy.client.ClientResponse<IncomingPhoneNumber> updateIncomingPhoneNumber(String accountSid, String incomingPhoneNumberSid, String friendlyName, String voiceUrl, HttpMethod voiceMethod, String voiceFallbackUrl, HttpMethod voiceFallbackMethod, Boolean voiceCallerIdLookup, String smsUrl, HttpMethod smsMethod, String smsFallbackUrl, HttpMethod smsFallbackMethod, String hangupCallback, HttpMethod hangupCallbackMethod, String heartbeatUrl, HttpMethod heartbeatMethod)
           
 org.jboss.resteasy.client.ClientResponse<IncomingPhoneNumber> viewIncomingPhoneNumber(String accountSid, String incomingPhoneNumberSid)
           
 

Method Detail

viewIncomingPhoneNumber

org.jboss.resteasy.client.ClientResponse<IncomingPhoneNumber> viewIncomingPhoneNumber(String accountSid,
                                                                                      String incomingPhoneNumberSid)

listIncomingPhoneNumbers

org.jboss.resteasy.client.ClientResponse<IncomingPhoneNumberList> listIncomingPhoneNumbers(String accountSid,
                                                                                           String phoneNumber,
                                                                                           String friendlyName,
                                                                                           Long page,
                                                                                           Long pageSize)

addIncomingPhoneNumber

org.jboss.resteasy.client.ClientResponse<IncomingPhoneNumber> addIncomingPhoneNumber(String accountSid,
                                                                                     String phoneNumber,
                                                                                     String areaCode)

deleteIncomingPhoneNumber

org.jboss.resteasy.client.ClientResponse<IncomingPhoneNumber> deleteIncomingPhoneNumber(String accountSid,
                                                                                        String incomingPhoneNumberSid)

updateIncomingPhoneNumber

org.jboss.resteasy.client.ClientResponse<IncomingPhoneNumber> updateIncomingPhoneNumber(String accountSid,
                                                                                        String incomingPhoneNumberSid,
                                                                                        String friendlyName,
                                                                                        String voiceUrl,
                                                                                        HttpMethod voiceMethod,
                                                                                        String voiceFallbackUrl,
                                                                                        HttpMethod voiceFallbackMethod,
                                                                                        Boolean voiceCallerIdLookup,
                                                                                        String smsUrl,
                                                                                        HttpMethod smsMethod,
                                                                                        String smsFallbackUrl,
                                                                                        HttpMethod smsFallbackMethod,
                                                                                        String hangupCallback,
                                                                                        HttpMethod hangupCallbackMethod,
                                                                                        String heartbeatUrl,
                                                                                        HttpMethod heartbeatMethod)


Copyright © 2012. All Rights Reserved.