Package com.twilio.rest.sync.v1.service
Class SyncMapUpdater
- java.lang.Object
-
- com.twilio.base.Updater<SyncMap>
-
- com.twilio.rest.sync.v1.service.SyncMapUpdater
-
-
Constructor Summary
Constructors Constructor Description SyncMapUpdater(String pathServiceSid, String pathSid)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description SyncMapUpdatersetCollectionTtl(Integer collectionTtl)SyncMapUpdatersetTtl(Integer ttl)SyncMapupdate(TwilioRestClient client)Execute a request using specified client.-
Methods inherited from class com.twilio.base.Updater
update, updateAsync, updateAsync
-
-
-
-
Method Detail
-
setTtl
public SyncMapUpdater setTtl(Integer ttl)
-
setCollectionTtl
public SyncMapUpdater setCollectionTtl(Integer collectionTtl)
-
-