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

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

Uses of ConferenceList in com.telapi.api
 

Methods in com.telapi.api that return ConferenceList
 ConferenceList TelapiConnector.listConferences()
          To view a list of all conference resources associated with a given account, the URI below is provided.
 ConferenceList TelapiConnector.listConferences(String friendlyName, String status, Date dateCreatedGte, Date dateCreatedLt, Date dateUpdatedGte, Date dateUpdatedLt, Long page, Long pageSize)
          To view a list of all conference resources associated with a given account, the URI below is provided.
 ConferenceList TelapiConnector.listConferences(String accountSid, String friendlyName, String status, Date dateCreatedGte, Date dateCreatedLt, Date dateUpdatedGte, Date dateUpdatedLt, Long page, Long pageSize)
           
 

Uses of ConferenceList in com.telapi.api.restproxies
 

Methods in com.telapi.api.restproxies that return types with arguments of type ConferenceList
 org.jboss.resteasy.client.ClientResponse<ConferenceList> ConferenceProxy.listConferences(String accountSid, String friendlyName, String status, String dateCreatedGte, String dateCreatedLt, String dateUpdatedGte, String dateUpdatedLt, Long page, Long pageSize)
           
 



Copyright © 2012. All Rights Reserved.