Uses of Class
com.telapi.api.domain.list.IncomingPhoneNumberList

Packages that use IncomingPhoneNumberList
com.telapi.api   
com.telapi.api.restproxies   
 

Uses of IncomingPhoneNumberList in com.telapi.api
 

Methods in com.telapi.api that return IncomingPhoneNumberList
 IncomingPhoneNumberList TelapiConnector.listIncomingPhoneNumbers()
          Retrieves a list of all incoming phone number resources associated with a given account.
 IncomingPhoneNumberList TelapiConnector.listIncomingPhoneNumbers(String phoneNumber, String friendlyName, Long page, Long pageSize)
          Retrieves a list of incoming phone number resources associated with a given account.
 IncomingPhoneNumberList TelapiConnector.listIncomingPhoneNumbers(String accountSid, String phoneNumber, String friendlyName, Long page, Long pageSize)
           
 

Uses of IncomingPhoneNumberList in com.telapi.api.restproxies
 

Methods in com.telapi.api.restproxies that return types with arguments of type IncomingPhoneNumberList
 org.jboss.resteasy.client.ClientResponse<IncomingPhoneNumberList> IncomingPhoneNumberProxy.listIncomingPhoneNumbers(String accountSid, String phoneNumber, String friendlyName, Long page, Long pageSize)
           
 



Copyright © 2012. All Rights Reserved.