@UriParams public final class TriggerEndpointConfiguration extends TwilioConfiguration
Constructor and Description |
---|
TriggerEndpointConfiguration() |
Modifier and Type | Method and Description |
---|---|
URI |
getCallbackUrl() |
String |
getPathAccountSid() |
String |
getPathSid() |
String |
getTriggerValue() |
com.twilio.rest.api.v2010.account.usage.Trigger.UsageCategory |
getUsageCategory() |
void |
setCallbackUrl(URI callbackUrl) |
void |
setPathAccountSid(String pathAccountSid) |
void |
setPathSid(String pathSid) |
void |
setTriggerValue(String triggerValue) |
void |
setUsageCategory(com.twilio.rest.api.v2010.account.usage.Trigger.UsageCategory usageCategory) |
copy, getApiName, getMethodName, setApiName, setMethodName
public URI getCallbackUrl()
public void setCallbackUrl(URI callbackUrl)
public String getPathAccountSid()
public void setPathAccountSid(String pathAccountSid)
public String getPathSid()
public void setPathSid(String pathSid)
public String getTriggerValue()
public void setTriggerValue(String triggerValue)
public com.twilio.rest.api.v2010.account.usage.Trigger.UsageCategory getUsageCategory()
public void setUsageCategory(com.twilio.rest.api.v2010.account.usage.Trigger.UsageCategory usageCategory)
Apache Camel