Package | Description |
---|---|
com.twilio.sdk.resource.api.v2010.account.sms | |
com.twilio.sdk.updater.api.v2010.account.sms |
Modifier and Type | Method and Description |
---|---|
static ShortCodeUpdater |
ShortCode.update(String accountSid,
String sid)
Create a ShortCodeUpdater to execute update.
|
Modifier and Type | Method and Description |
---|---|
ShortCodeUpdater |
ShortCodeUpdater.setApiVersion(String apiVersion)
SMSs to this short code will start a new TwiML session with this API
version..
|
ShortCodeUpdater |
ShortCodeUpdater.setFriendlyName(String friendlyName)
A human readable descriptive text for this resource, up to 64 characters
long.
|
ShortCodeUpdater |
ShortCodeUpdater.setSmsFallbackMethod(HttpMethod smsFallbackMethod)
The HTTP method Twilio will use when requesting the above URL.
|
ShortCodeUpdater |
ShortCodeUpdater.setSmsFallbackUrl(String smsFallbackUrl)
The URL that Twilio will request if an error occurs retrieving or executing
the TwiML from `SmsUrl`..
|
ShortCodeUpdater |
ShortCodeUpdater.setSmsFallbackUrl(URI smsFallbackUrl)
The URL that Twilio will request if an error occurs retrieving or executing
the TwiML from `SmsUrl`..
|
ShortCodeUpdater |
ShortCodeUpdater.setSmsMethod(HttpMethod smsMethod)
The HTTP method Twilio will use when making requests to the `SmsUrl`.
|
ShortCodeUpdater |
ShortCodeUpdater.setSmsUrl(String smsUrl)
The URL Twilio will request when receiving an incoming SMS message to this
short code..
|
ShortCodeUpdater |
ShortCodeUpdater.setSmsUrl(URI smsUrl)
The URL Twilio will request when receiving an incoming SMS message to this
short code..
|
Copyright © 2011 Twilio, Inc. All Rights Reserved.