| Constructor and Description |
|---|
ServiceUpdater(String pathSid)
Construct a new ServiceUpdater.
|
| Modifier and Type | Method and Description |
|---|---|
ServiceUpdater |
setFriendlyName(String friendlyName)
The friendly_name.
|
ServiceUpdater |
setLogQueries(Boolean logQueries)
The log_queries.
|
ServiceUpdater |
setTtl(Integer ttl)
The ttl.
|
ServiceUpdater |
setUniqueName(String uniqueName)
The unique_name.
|
Service |
update(TwilioRestClient client)
Make the request to the Twilio API to perform the update.
|
update, updateAsync, updateAsyncpublic ServiceUpdater(String pathSid)
pathSid - The sidpublic ServiceUpdater setFriendlyName(String friendlyName)
friendlyName - The friendly_namepublic ServiceUpdater setLogQueries(Boolean logQueries)
logQueries - The log_queriespublic ServiceUpdater setTtl(Integer ttl)
ttl - The ttlpublic ServiceUpdater setUniqueName(String uniqueName)
uniqueName - The unique_namepublic Service update(TwilioRestClient client)
Copyright © 2016 Twilio, Inc. All Rights Reserved.