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

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

Uses of ApplicationList in com.telapi.api
 

Methods in com.telapi.api that return ApplicationList
 ApplicationList TelapiConnector.listApplications()
          Used to get a list of all application resources associated with a given account.
 ApplicationList TelapiConnector.listApplications(String friendlyName, Long page, Long pageSize)
          Used to get a list of application resources associated with a given account.
 ApplicationList TelapiConnector.listApplications(String accountSid, String friendlyName, Long page, Long pageSize)
           
 

Uses of ApplicationList in com.telapi.api.restproxies
 

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



Copyright © 2012. All Rights Reserved.