| Package | Description |
|---|---|
| com.twilio.rest.api.v2010.account |
| Modifier and Type | Method and Description |
|---|---|
static IncomingPhoneNumberCreator |
IncomingPhoneNumber.creator(PhoneNumber phoneNumber)
Create a IncomingPhoneNumberCreator to execute create.
|
static IncomingPhoneNumberCreator |
IncomingPhoneNumber.creator(String areaCode)
Create a IncomingPhoneNumberCreator to execute create.
|
static IncomingPhoneNumberCreator |
IncomingPhoneNumber.creator(String pathAccountSid,
PhoneNumber phoneNumber)
Create a IncomingPhoneNumberCreator to execute create.
|
static IncomingPhoneNumberCreator |
IncomingPhoneNumber.creator(String pathAccountSid,
String areaCode)
Create a IncomingPhoneNumberCreator to execute create.
|
IncomingPhoneNumberCreator |
IncomingPhoneNumberCreator.setAddressSid(String addressSid)
The 34 character sid of the address Twilio should use to associate with the
number.
|
IncomingPhoneNumberCreator |
IncomingPhoneNumberCreator.setApiVersion(String apiVersion)
Calls to this phone number will start a new TwiML session with this API
version..
|
IncomingPhoneNumberCreator |
IncomingPhoneNumberCreator.setAreaCode(String areaCode)
The desired area code for the new phone number.
|
IncomingPhoneNumberCreator |
IncomingPhoneNumberCreator.setEmergencyAddressSid(String emergencyAddressSid)
The emergency_address_sid.
|
IncomingPhoneNumberCreator |
IncomingPhoneNumberCreator.setEmergencyStatus(IncomingPhoneNumber.EmergencyStatus emergencyStatus)
The emergency_status.
|
IncomingPhoneNumberCreator |
IncomingPhoneNumberCreator.setFriendlyName(String friendlyName)
A human readable descriptive text for this resource, up to 64 characters
long.
|
IncomingPhoneNumberCreator |
IncomingPhoneNumberCreator.setIdentitySid(String identitySid)
The 34 character sid of the identity Twilio should use to associate with the
number.
|
IncomingPhoneNumberCreator |
IncomingPhoneNumberCreator.setPhoneNumber(PhoneNumber phoneNumber)
The phone number to purchase.
|
IncomingPhoneNumberCreator |
IncomingPhoneNumberCreator.setPhoneNumber(String phoneNumber)
The phone number to purchase.
|
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.setTrunkSid(String trunkSid)
The 34 character sid of the Trunk Twilio should use to handle phone calls to
this number.
|
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.
|
Copyright © 2016 Twilio, Inc. All Rights Reserved.