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