| Package | Description |
|---|---|
| com.twilio.rest.proxy.v1 |
| Modifier and Type | Method and Description |
|---|---|
ServiceUpdater |
ServiceUpdater.setCallbackUrl(String callbackUrl)
The URL Twilio will send callbacks to..
|
ServiceUpdater |
ServiceUpdater.setCallbackUrl(URI callbackUrl)
The URL Twilio will send callbacks to..
|
ServiceUpdater |
ServiceUpdater.setDefaultTtl(Integer defaultTtl)
The default Time to Live for a Session, in seconds..
|
ServiceUpdater |
ServiceUpdater.setGeoMatchLevel(Service.GeoMatchLevel geoMatchLevel)
Whether to find proxy numbers in the same areacode..
|
ServiceUpdater |
ServiceUpdater.setInterceptCallbackUrl(String interceptCallbackUrl)
A URL for Twilio call before each Interaction.
|
ServiceUpdater |
ServiceUpdater.setInterceptCallbackUrl(URI interceptCallbackUrl)
A URL for Twilio call before each Interaction.
|
ServiceUpdater |
ServiceUpdater.setNumberSelectionBehavior(Service.NumberSelectionBehavior numberSelectionBehavior)
What behavior to use when choosing a proxy number..
|
ServiceUpdater |
ServiceUpdater.setOutOfSessionCallbackUrl(String outOfSessionCallbackUrl)
A URL for Twilio call when a new Interaction has no Session..
|
ServiceUpdater |
ServiceUpdater.setOutOfSessionCallbackUrl(URI outOfSessionCallbackUrl)
A URL for Twilio call when a new Interaction has no Session..
|
ServiceUpdater |
ServiceUpdater.setUniqueName(String uniqueName)
A human readable description of this resource, up to 64 characters..
|
static ServiceUpdater |
Service.updater(String pathSid)
Create a ServiceUpdater to execute update.
|
Copyright © 2016 Twilio, Inc. All Rights Reserved.