| Constructor and Description |
|---|
DocumentUpdater(String pathServiceSid,
String pathSid)
Construct a new DocumentUpdater.
|
| Modifier and Type | Method and Description |
|---|---|
DocumentUpdater |
setData(Map<String,Object> data)
The data.
|
DocumentUpdater |
setTtl(Integer ttl)
The ttl.
|
Document |
update(TwilioRestClient client)
Make the request to the Twilio API to perform the update.
|
update, updateAsync, updateAsyncpublic DocumentUpdater setData(Map<String,Object> data)
data - The datapublic DocumentUpdater setTtl(Integer ttl)
ttl - The ttlpublic Document update(TwilioRestClient client)
Copyright © 2016 Twilio, Inc. All Rights Reserved.