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