Class SyncMapItemUpdater
- java.lang.Object
-
- com.twilio.base.Updater<SyncMapItem>
-
- com.twilio.rest.sync.v1.service.syncmap.SyncMapItemUpdater
-
public class SyncMapItemUpdater extends Updater<SyncMapItem>
-
-
Constructor Summary
Constructors Constructor Description SyncMapItemUpdater(String pathServiceSid, String pathMapSid, String pathKey)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description SyncMapItemUpdatersetCollectionTtl(Integer collectionTtl)SyncMapItemUpdatersetData(Map<String,Object> data)SyncMapItemUpdatersetIfMatch(String ifMatch)SyncMapItemUpdatersetItemTtl(Integer itemTtl)SyncMapItemUpdatersetTtl(Integer ttl)SyncMapItemupdate(TwilioRestClient client)Execute a request using specified client.-
Methods inherited from class com.twilio.base.Updater
update, updateAsync, updateAsync
-
-
-
-
Method Detail
-
setIfMatch
public SyncMapItemUpdater setIfMatch(String ifMatch)
-
setData
public SyncMapItemUpdater setData(Map<String,Object> data)
-
setTtl
public SyncMapItemUpdater setTtl(Integer ttl)
-
setItemTtl
public SyncMapItemUpdater setItemTtl(Integer itemTtl)
-
setCollectionTtl
public SyncMapItemUpdater setCollectionTtl(Integer collectionTtl)
-
update
public SyncMapItem update(TwilioRestClient client)
Description copied from class:UpdaterExecute a request using specified client.- Specified by:
updatein classUpdater<SyncMapItem>- Parameters:
client- client used to make request- Returns:
- Requested object
-
-