Constructor and Description |
---|
SyncListUpdater(String pathServiceSid,
String pathSid)
Construct a new SyncListUpdater.
|
Modifier and Type | Method and Description |
---|---|
SyncListUpdater |
setCollectionTtl(Integer collectionTtl)
How long, in
seconds, before the Sync List expires (time-to-live) and is deleted..
|
SyncListUpdater |
setTtl(Integer ttl)
An alias for `collection_ttl`.
|
SyncList |
update(TwilioRestClient client)
Make the request to the Twilio API to perform the update.
|
update, updateAsync, updateAsync
public SyncListUpdater setTtl(Integer ttl)
ttl
- An alias for collection_ttlpublic SyncListUpdater setCollectionTtl(Integer collectionTtl)
collectionTtl
- How long, in seconds, before the Sync List expires and
is deletedpublic SyncList update(TwilioRestClient client)
Copyright © 2019 Twilio, Inc. All Rights Reserved.