Package | Description |
---|---|
com.twilio.sdk.creator.api.v2010.account | |
com.twilio.sdk.resource.api.v2010.account |
Modifier and Type | Method and Description |
---|---|
ApplicationCreator |
ApplicationCreator.setApiVersion(String apiVersion)
Requests to this application will start a new TwiML session with this API
version..
|
ApplicationCreator |
ApplicationCreator.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..
|
ApplicationCreator |
ApplicationCreator.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..
|
ApplicationCreator |
ApplicationCreator.setSmsFallbackMethod(HttpMethod smsFallbackMethod)
The HTTP method Twilio will use when requesting the above URL.
|
ApplicationCreator |
ApplicationCreator.setSmsFallbackUrl(String smsFallbackUrl)
The URL that Twilio will request if an error occurs retrieving or executing
the TwiML from `SmsUrl`..
|
ApplicationCreator |
ApplicationCreator.setSmsFallbackUrl(URI smsFallbackUrl)
The URL that Twilio will request if an error occurs retrieving or executing
the TwiML from `SmsUrl`..
|
ApplicationCreator |
ApplicationCreator.setSmsMethod(HttpMethod smsMethod)
The HTTP method Twilio will use when making requests to the `SmsUrl`.
|
ApplicationCreator |
ApplicationCreator.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..
|
ApplicationCreator |
ApplicationCreator.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..
|
ApplicationCreator |
ApplicationCreator.setSmsUrl(String smsUrl)
The URL Twilio will request when a phone number assigned to this application
receives an incoming SMS message..
|
ApplicationCreator |
ApplicationCreator.setSmsUrl(URI smsUrl)
The URL Twilio will request when a phone number assigned to this application
receives an incoming SMS message..
|
ApplicationCreator |
ApplicationCreator.setStatusCallback(String statusCallback)
The URL that Twilio will request to pass status parameters (such as call
ended) to your application..
|
ApplicationCreator |
ApplicationCreator.setStatusCallback(URI statusCallback)
The URL that Twilio will request to pass status parameters (such as call
ended) to your application..
|
ApplicationCreator |
ApplicationCreator.setStatusCallbackMethod(HttpMethod statusCallbackMethod)
The HTTP method Twilio will use to make requests to the `StatusCallback` URL.
|
ApplicationCreator |
ApplicationCreator.setVoiceCallerIdLookup(Boolean voiceCallerIdLookup)
Look up the caller's caller-ID name from the CNAM database (additional
charges apply).
|
ApplicationCreator |
ApplicationCreator.setVoiceFallbackMethod(HttpMethod voiceFallbackMethod)
The HTTP method Twilio will use when requesting the `VoiceFallbackUrl`.
|
ApplicationCreator |
ApplicationCreator.setVoiceFallbackUrl(String voiceFallbackUrl)
The URL that Twilio will request if an error occurs retrieving or executing
the TwiML requested by `Url`..
|
ApplicationCreator |
ApplicationCreator.setVoiceFallbackUrl(URI voiceFallbackUrl)
The URL that Twilio will request if an error occurs retrieving or executing
the TwiML requested by `Url`..
|
ApplicationCreator |
ApplicationCreator.setVoiceMethod(HttpMethod voiceMethod)
The HTTP method Twilio will use when requesting the above `Url`.
|
ApplicationCreator |
ApplicationCreator.setVoiceUrl(String voiceUrl)
The URL Twilio will request when a phone number assigned to this application
receives a call..
|
ApplicationCreator |
ApplicationCreator.setVoiceUrl(URI voiceUrl)
The URL Twilio will request when a phone number assigned to this application
receives a call..
|
Modifier and Type | Method and Description |
---|---|
static ApplicationCreator |
Application.create(String accountSid,
String friendlyName)
Create a ApplicationCreator to execute create.
|
Copyright © 2011 Twilio, Inc. All Rights Reserved.