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