public class SyncStreamUpdater extends Updater<SyncStream>
| Constructor and Description |
|---|
SyncStreamUpdater(String pathServiceSid,
String pathSid)
Construct a new SyncStreamUpdater.
|
| Modifier and Type | Method and Description |
|---|---|
SyncStreamUpdater |
setTtl(Integer ttl)
Time-to-live of this Stream in seconds.
|
SyncStream |
update(TwilioRestClient client)
Make the request to the Twilio API to perform the update.
|
update, updateAsync, updateAsyncpublic SyncStreamUpdater setTtl(Integer ttl)
ttl - Stream TTL.public SyncStream update(TwilioRestClient client)
update in class Updater<SyncStream>client - TwilioRestClient with which to make the requestCopyright © 2016 Twilio, Inc. All Rights Reserved.