| Package | Description |
|---|---|
| com.twilio.rest.api.v2010.account |
| Modifier and Type | Method and Description |
|---|---|
static ConferenceReader |
Conference.reader()
Create a ConferenceReader to execute read.
|
static ConferenceReader |
Conference.reader(String pathAccountSid)
Create a ConferenceReader to execute read.
|
ConferenceReader |
ConferenceReader.setDateCreated(org.joda.time.LocalDate absoluteDateCreated)
Only show conferences that started on this date, given as YYYY-MM-DD.
|
ConferenceReader |
ConferenceReader.setDateCreated(com.google.common.collect.Range<org.joda.time.LocalDate> rangeDateCreated)
Only show conferences that started on this date, given as YYYY-MM-DD.
|
ConferenceReader |
ConferenceReader.setDateUpdated(org.joda.time.LocalDate absoluteDateUpdated)
Only show conferences that were last updated on this date, given as
YYYY-MM-DD.
|
ConferenceReader |
ConferenceReader.setDateUpdated(com.google.common.collect.Range<org.joda.time.LocalDate> rangeDateUpdated)
Only show conferences that were last updated on this date, given as
YYYY-MM-DD.
|
ConferenceReader |
ConferenceReader.setFriendlyName(String friendlyName)
Only show results who's friendly name exactly matches the string.
|
ConferenceReader |
ConferenceReader.setStatus(Conference.Status status)
A string representing the status of the conference.
|
Copyright © 2016 Twilio, Inc. All Rights Reserved.