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