public class ConferenceUpdater extends Updater<Conference>
| Constructor and Description |
|---|
ConferenceUpdater(String pathSid)
Construct a new ConferenceUpdater.
|
ConferenceUpdater(String pathAccountSid,
String pathSid)
Construct a new ConferenceUpdater.
|
| Modifier and Type | Method and Description |
|---|---|
ConferenceUpdater |
setStatus(Conference.UpdateStatus status)
The status.
|
Conference |
update(TwilioRestClient client)
Make the request to the Twilio API to perform the update.
|
update, updateAsync, updateAsyncpublic ConferenceUpdater(String pathSid)
pathSid - The sidpublic ConferenceUpdater setStatus(Conference.UpdateStatus status)
status - The statuspublic Conference update(TwilioRestClient client)
update in class Updater<Conference>client - TwilioRestClient with which to make the requestCopyright © 2016 Twilio, Inc. All Rights Reserved.