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