Package | Description |
---|---|
com.twilio.sdk.reader.api.v2010.account | |
com.twilio.sdk.resource.api.v2010.account |
Modifier and Type | Method and Description |
---|---|
ConferenceReader |
ConferenceReader.byDateCreated(String dateCreated)
Only show conferences that started on this date, given as YYYY-MM-DD.
|
ConferenceReader |
ConferenceReader.byDateUpdated(String dateUpdated)
Only show conferences that were last updated on this date, given as
YYYY-MM-DD.
|
ConferenceReader |
ConferenceReader.byFriendlyName(String friendlyName)
Only show results who's friendly name exactly matches the string.
|
ConferenceReader |
ConferenceReader.byStatus(Conference.Status status)
A string representing the status of the conference.
|
Modifier and Type | Method and Description |
---|---|
static ConferenceReader |
Conference.read(String accountSid)
Create a ConferenceReader to execute read.
|
Copyright © 2011 Twilio, Inc. All Rights Reserved.