|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| 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)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||