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