Package | Description |
---|---|
com.twilio.sdk.resource.api.v2010.account | |
com.twilio.sdk.updater.api.v2010.account |
Modifier and Type | Method and Description |
---|---|
static ApplicationUpdater |
Application.update(String accountSid,
String sid)
Create a ApplicationUpdater to execute update.
|
Modifier and Type | Method and Description |
---|---|
ApplicationUpdater |
ApplicationUpdater.setApiVersion(String apiVersion)
Requests to this application will start a new TwiML session with this API
version..
|
ApplicationUpdater |
ApplicationUpdater.setFriendlyName(String friendlyName)
A human readable descriptive text for this resource, up to 64 characters
long..
|
ApplicationUpdater |
ApplicationUpdater.setMessageStatusCallback(String messageStatusCallback)
Twilio will make a `POST` request to this URL to pass status parameters (such
as sent or failed) to your application if you use the `/Messages` endpoint to
send the message and specify this application's `Sid` as the `ApplicationSid`
on an outgoing SMS request..
|
ApplicationUpdater |
ApplicationUpdater.setMessageStatusCallback(URI messageStatusCallback)
Twilio will make a `POST` request to this URL to pass status parameters (such
as sent or failed) to your application if you use the `/Messages` endpoint to
send the message and specify this application's `Sid` as the `ApplicationSid`
on an outgoing SMS request..
|
ApplicationUpdater |
ApplicationUpdater.setSmsFallbackMethod(HttpMethod smsFallbackMethod)
The HTTP method Twilio will use when requesting the above URL.
|
ApplicationUpdater |
ApplicationUpdater.setSmsFallbackUrl(String smsFallbackUrl)
The URL that Twilio will request if an error occurs retrieving or executing
the TwiML from `SmsUrl`..
|
ApplicationUpdater |
ApplicationUpdater.setSmsFallbackUrl(URI smsFallbackUrl)
The URL that Twilio will request if an error occurs retrieving or executing
the TwiML from `SmsUrl`..
|
ApplicationUpdater |
ApplicationUpdater.setSmsMethod(HttpMethod smsMethod)
The HTTP method Twilio will use when making requests to the `SmsUrl`.
|
ApplicationUpdater |
ApplicationUpdater.setSmsStatusCallback(String smsStatusCallback)
The URL that Twilio will `POST` to when a message is sent via the
`/SMS/Messages` endpoint if you specify the `Sid` of this application on an
outgoing SMS request..
|
ApplicationUpdater |
ApplicationUpdater.setSmsStatusCallback(URI smsStatusCallback)
The URL that Twilio will `POST` to when a message is sent via the
`/SMS/Messages` endpoint if you specify the `Sid` of this application on an
outgoing SMS request..
|
ApplicationUpdater |
ApplicationUpdater.setSmsUrl(String smsUrl)
The URL Twilio will request when a phone number assigned to this application
receives an incoming SMS message..
|
ApplicationUpdater |
ApplicationUpdater.setSmsUrl(URI smsUrl)
The URL Twilio will request when a phone number assigned to this application
receives an incoming SMS message..
|
ApplicationUpdater |
ApplicationUpdater.setStatusCallback(String statusCallback)
The URL that Twilio will request to pass status parameters (such as call
ended) to your application..
|
ApplicationUpdater |
ApplicationUpdater.setStatusCallback(URI statusCallback)
The URL that Twilio will request to pass status parameters (such as call
ended) to your application..
|
ApplicationUpdater |
ApplicationUpdater.setStatusCallbackMethod(HttpMethod statusCallbackMethod)
The HTTP method Twilio will use to make requests to the `StatusCallback` URL.
|
ApplicationUpdater |
ApplicationUpdater.setVoiceCallerIdLookup(Boolean voiceCallerIdLookup)
Look up the caller's caller-ID name from the CNAM database (additional
charges apply).
|
ApplicationUpdater |
ApplicationUpdater.setVoiceFallbackMethod(HttpMethod voiceFallbackMethod)
The HTTP method Twilio will use when requesting the `VoiceFallbackUrl`.
|
ApplicationUpdater |
ApplicationUpdater.setVoiceFallbackUrl(String voiceFallbackUrl)
The URL that Twilio will request if an error occurs retrieving or executing
the TwiML requested by `Url`..
|
ApplicationUpdater |
ApplicationUpdater.setVoiceFallbackUrl(URI voiceFallbackUrl)
The URL that Twilio will request if an error occurs retrieving or executing
the TwiML requested by `Url`..
|
ApplicationUpdater |
ApplicationUpdater.setVoiceMethod(HttpMethod voiceMethod)
The HTTP method Twilio will use when requesting the above `Url`.
|
ApplicationUpdater |
ApplicationUpdater.setVoiceUrl(String voiceUrl)
The URL Twilio will request when a phone number assigned to this application
receives a call..
|
ApplicationUpdater |
ApplicationUpdater.setVoiceUrl(URI voiceUrl)
The URL Twilio will request when a phone number assigned to this application
receives a call..
|
Copyright © 2011 Twilio, Inc. All Rights Reserved.