public class SyncListItemUpdater extends Updater<SyncListItem>
| Constructor and Description |
|---|
SyncListItemUpdater(String pathServiceSid,
String pathListSid,
Integer pathIndex)
Construct a new SyncListItemUpdater.
|
| Modifier and Type | Method and Description |
|---|---|
SyncListItemUpdater |
setData(Map<String,Object> data)
The data.
|
SyncListItemUpdater |
setTtl(Integer ttl)
The ttl.
|
SyncListItem |
update(TwilioRestClient client)
Make the request to the Twilio API to perform the update.
|
update, updateAsync, updateAsyncpublic SyncListItemUpdater setData(Map<String,Object> data)
data - The datapublic SyncListItemUpdater setTtl(Integer ttl)
ttl - The ttlpublic SyncListItem update(TwilioRestClient client)
update in class Updater<SyncListItem>client - TwilioRestClient with which to make the requestCopyright © 2016 Twilio, Inc. All Rights Reserved.