Class TriggerUpdater
- java.lang.Object
-
- com.twilio.base.Updater<Trigger>
-
- com.twilio.rest.api.v2010.account.usage.TriggerUpdater
-
-
Constructor Summary
Constructors Constructor Description TriggerUpdater(String pathSid)TriggerUpdater(String pathAccountSid, String pathSid)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description TriggerUpdatersetCallbackMethod(HttpMethod callbackMethod)TriggerUpdatersetCallbackUrl(String callbackUrl)TriggerUpdatersetCallbackUrl(URI callbackUrl)TriggerUpdatersetFriendlyName(String friendlyName)Triggerupdate(TwilioRestClient client)Execute a request using specified client.-
Methods inherited from class com.twilio.base.Updater
update, updateAsync, updateAsync
-
-
-
-
Method Detail
-
setCallbackMethod
public TriggerUpdater setCallbackMethod(HttpMethod callbackMethod)
-
setCallbackUrl
public TriggerUpdater setCallbackUrl(URI callbackUrl)
-
setCallbackUrl
public TriggerUpdater setCallbackUrl(String callbackUrl)
-
setFriendlyName
public TriggerUpdater setFriendlyName(String friendlyName)
-
-