Package | Description |
---|---|
com.twilio.sdk.resource.api.v2010.account | |
com.twilio.sdk.updater.api.v2010.account |
Modifier and Type | Method and Description |
---|---|
static CallUpdater |
Call.update(String accountSid,
String sid)
Create a CallUpdater to execute update.
|
Modifier and Type | Method and Description |
---|---|
CallUpdater |
CallUpdater.setFallbackMethod(HttpMethod fallbackMethod)
The HTTP method that Twilio should use to request the `FallbackUrl`.
|
CallUpdater |
CallUpdater.setFallbackUrl(String fallbackUrl)
A URL that Twilio will request if an error occurs requesting or executing the
TwiML at `Url`..
|
CallUpdater |
CallUpdater.setFallbackUrl(URI fallbackUrl)
A URL that Twilio will request if an error occurs requesting or executing the
TwiML at `Url`..
|
CallUpdater |
CallUpdater.setMethod(HttpMethod method)
The HTTP method Twilio should use when requesting the URL.
|
CallUpdater |
CallUpdater.setStatus(Call.Status status)
Either `canceled` or `completed`.
|
CallUpdater |
CallUpdater.setStatusCallback(String statusCallback)
A URL that Twilio will request when the call ends to notify your app..
|
CallUpdater |
CallUpdater.setStatusCallback(URI statusCallback)
A URL that Twilio will request when the call ends to notify your app..
|
CallUpdater |
CallUpdater.setStatusCallbackMethod(HttpMethod statusCallbackMethod)
The HTTP method that Twilio should use to request the `StatusCallback`.
|
CallUpdater |
CallUpdater.setUrl(String url)
A valid URL that returns TwiML.
|
CallUpdater |
CallUpdater.setUrl(URI url)
A valid URL that returns TwiML.
|
Copyright © 2011 Twilio, Inc. All Rights Reserved.