Class ShortCodeUpdater
- java.lang.Object
-
- com.twilio.base.Updater<ShortCode>
-
- com.twilio.rest.api.v2010.account.ShortCodeUpdater
-
-
Constructor Summary
Constructors Constructor Description ShortCodeUpdater(String pathSid)ShortCodeUpdater(String pathAccountSid, String pathSid)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ShortCodeUpdatersetApiVersion(String apiVersion)ShortCodeUpdatersetFriendlyName(String friendlyName)ShortCodeUpdatersetSmsFallbackMethod(HttpMethod smsFallbackMethod)ShortCodeUpdatersetSmsFallbackUrl(String smsFallbackUrl)ShortCodeUpdatersetSmsFallbackUrl(URI smsFallbackUrl)ShortCodeUpdatersetSmsMethod(HttpMethod smsMethod)ShortCodeUpdatersetSmsUrl(String smsUrl)ShortCodeUpdatersetSmsUrl(URI smsUrl)ShortCodeupdate(TwilioRestClient client)Execute a request using specified client.-
Methods inherited from class com.twilio.base.Updater
update, updateAsync, updateAsync
-
-
-
-
Method Detail
-
setFriendlyName
public ShortCodeUpdater setFriendlyName(String friendlyName)
-
setApiVersion
public ShortCodeUpdater setApiVersion(String apiVersion)
-
setSmsUrl
public ShortCodeUpdater setSmsUrl(URI smsUrl)
-
setSmsUrl
public ShortCodeUpdater setSmsUrl(String smsUrl)
-
setSmsMethod
public ShortCodeUpdater setSmsMethod(HttpMethod smsMethod)
-
setSmsFallbackUrl
public ShortCodeUpdater setSmsFallbackUrl(URI smsFallbackUrl)
-
setSmsFallbackUrl
public ShortCodeUpdater setSmsFallbackUrl(String smsFallbackUrl)
-
setSmsFallbackMethod
public ShortCodeUpdater setSmsFallbackMethod(HttpMethod smsFallbackMethod)
-
-