Package | Description |
---|---|
com.twilio.sdk.resource.api.v2010.account | |
com.twilio.sdk.updater.api.v2010.account |
Modifier and Type | Method and Description |
---|---|
static IncomingPhoneNumberUpdater |
IncomingPhoneNumber.update(String ownerAccountSid,
String sid)
Create a IncomingPhoneNumberUpdater to execute update.
|
Modifier and Type | Method and Description |
---|---|
IncomingPhoneNumberUpdater |
IncomingPhoneNumberUpdater.setAccountSid(String accountSid)
The unique id of the Account to which you wish to transfer this phnoe number.
|
IncomingPhoneNumberUpdater |
IncomingPhoneNumberUpdater.setApiVersion(String apiVersion)
Calls to this phone number will start a new TwiML session with this API
version..
|
IncomingPhoneNumberUpdater |
IncomingPhoneNumberUpdater.setFriendlyName(String friendlyName)
A human readable descriptive text for this resource, up to 64 characters
long.
|
IncomingPhoneNumberUpdater |
IncomingPhoneNumberUpdater.setSmsApplicationSid(String smsApplicationSid)
The 34 character sid of the application Twilio should use to handle SMSs sent
to this number.
|
IncomingPhoneNumberUpdater |
IncomingPhoneNumberUpdater.setSmsFallbackMethod(HttpMethod smsFallbackMethod)
The HTTP method Twilio will use when requesting the above URL.
|
IncomingPhoneNumberUpdater |
IncomingPhoneNumberUpdater.setSmsFallbackUrl(String smsFallbackUrl)
The URL that Twilio will request if an error occurs retrieving or executing
the TwiML from `SmsUrl`..
|
IncomingPhoneNumberUpdater |
IncomingPhoneNumberUpdater.setSmsFallbackUrl(URI smsFallbackUrl)
The URL that Twilio will request if an error occurs retrieving or executing
the TwiML from `SmsUrl`..
|
IncomingPhoneNumberUpdater |
IncomingPhoneNumberUpdater.setSmsMethod(HttpMethod smsMethod)
The HTTP method Twilio will use when making requests to the `SmsUrl`.
|
IncomingPhoneNumberUpdater |
IncomingPhoneNumberUpdater.setSmsUrl(String smsUrl)
The URL Twilio will request when receiving an incoming SMS message to this
number..
|
IncomingPhoneNumberUpdater |
IncomingPhoneNumberUpdater.setSmsUrl(URI smsUrl)
The URL Twilio will request when receiving an incoming SMS message to this
number..
|
IncomingPhoneNumberUpdater |
IncomingPhoneNumberUpdater.setStatusCallback(String statusCallback)
The URL that Twilio will request to pass status parameters (such as call
ended) to your application..
|
IncomingPhoneNumberUpdater |
IncomingPhoneNumberUpdater.setStatusCallback(URI statusCallback)
The URL that Twilio will request to pass status parameters (such as call
ended) to your application..
|
IncomingPhoneNumberUpdater |
IncomingPhoneNumberUpdater.setStatusCallbackMethod(HttpMethod statusCallbackMethod)
The HTTP method Twilio will use to make requests to the `StatusCallback` URL.
|
IncomingPhoneNumberUpdater |
IncomingPhoneNumberUpdater.setVoiceApplicationSid(String voiceApplicationSid)
The 34 character sid of the application Twilio should use to handle phone
calls to this number.
|
IncomingPhoneNumberUpdater |
IncomingPhoneNumberUpdater.setVoiceCallerIdLookup(Boolean voiceCallerIdLookup)
Look up the caller's caller-ID name from the CNAM database ($0.01 per look
up).
|
IncomingPhoneNumberUpdater |
IncomingPhoneNumberUpdater.setVoiceFallbackMethod(HttpMethod voiceFallbackMethod)
The HTTP method Twilio will use when requesting the `VoiceFallbackUrl`.
|
IncomingPhoneNumberUpdater |
IncomingPhoneNumberUpdater.setVoiceFallbackUrl(String voiceFallbackUrl)
The URL that Twilio will request if an error occurs retrieving or executing
the TwiML requested by `Url`..
|
IncomingPhoneNumberUpdater |
IncomingPhoneNumberUpdater.setVoiceFallbackUrl(URI voiceFallbackUrl)
The URL that Twilio will request if an error occurs retrieving or executing
the TwiML requested by `Url`..
|
IncomingPhoneNumberUpdater |
IncomingPhoneNumberUpdater.setVoiceMethod(HttpMethod voiceMethod)
The HTTP method Twilio will use when requesting the above `Url`.
|
IncomingPhoneNumberUpdater |
IncomingPhoneNumberUpdater.setVoiceUrl(String voiceUrl)
The URL Twilio will request when this phone number receives a call.
|
IncomingPhoneNumberUpdater |
IncomingPhoneNumberUpdater.setVoiceUrl(URI voiceUrl)
The URL Twilio will request when this phone number receives a call.
|
Copyright © 2011 Twilio, Inc. All Rights Reserved.