| Package | Description |
|---|---|
| com.twilio.rest.api.v2010.account.usage |
| Modifier and Type | Method and Description |
|---|---|
TriggerUpdater |
TriggerUpdater.setCallbackMethod(HttpMethod callbackMethod)
The HTTP method Twilio will use when making a request to the CallbackUrl.
|
TriggerUpdater |
TriggerUpdater.setCallbackUrl(String callbackUrl)
Twilio will make a request to this url when the trigger fires..
|
TriggerUpdater |
TriggerUpdater.setCallbackUrl(URI callbackUrl)
Twilio will make a request to this url when the trigger fires..
|
TriggerUpdater |
TriggerUpdater.setFriendlyName(String friendlyName)
A user-specified, human-readable name for the trigger..
|
static TriggerUpdater |
Trigger.updater(String pathSid)
Create a TriggerUpdater to execute update.
|
static TriggerUpdater |
Trigger.updater(String pathAccountSid,
String pathSid)
Create a TriggerUpdater to execute update.
|
Copyright © 2016 Twilio, Inc. All Rights Reserved.