| Constructor and Description |
|---|
ServiceUpdater(String pathSid)
Construct a new ServiceUpdater.
|
| Modifier and Type | Method and Description |
|---|---|
ServiceUpdater |
setAutoCreate(Boolean autoCreate)
Boolean flag specifying whether to create threads when a user communticates
out of band..
|
ServiceUpdater |
setCallbackUrl(String callbackUrl)
The URL Twilio will request for callback notifications..
|
ServiceUpdater |
setCallbackUrl(URI callbackUrl)
The URL Twilio will request for callback notifications..
|
ServiceUpdater |
setFriendlyName(String friendlyName)
A human readable description of this resource, up to 64 characters..
|
Service |
update(TwilioRestClient client)
Make the request to the Twilio API to perform the update.
|
update, updateAsync, updateAsyncpublic ServiceUpdater(String pathSid)
pathSid - A string that uniquely identifies this Service.public ServiceUpdater setFriendlyName(String friendlyName)
friendlyName - A human readable description of this resourcepublic ServiceUpdater setAutoCreate(Boolean autoCreate)
autoCreate - Boolean flag specifying whether to auto-create threads.public ServiceUpdater setCallbackUrl(URI callbackUrl)
callbackUrl - URL Twilio will request for callbacks.public ServiceUpdater setCallbackUrl(String callbackUrl)
callbackUrl - URL Twilio will request for callbacks.public Service update(TwilioRestClient client)
Copyright © 2016 Twilio, Inc. All Rights Reserved.