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.TwilioResponse<SyncList>updateWithResponse(TwilioRestClient client)-
Methods inherited from class com.twilio.base.Updater
update, updateAsync, updateAsync, updateWithResponse
-
-
-
-
Method Detail
-
setTtl
public SyncListUpdater setTtl(Integer ttl)
-
setCollectionTtl
public SyncListUpdater setCollectionTtl(Integer collectionTtl)
-
update
public SyncList update(TwilioRestClient client)
Description copied from class:UpdaterExecute a request using specified client.
-
updateWithResponse
public TwilioResponse<SyncList> updateWithResponse(TwilioRestClient client)
- Overrides:
updateWithResponsein classUpdater<SyncList>
-
-