Package | Description |
---|---|
com.twilio.sdk.creator.api.v2010.account.usage | |
com.twilio.sdk.reader.api.v2010.account.usage | |
com.twilio.sdk.resource.api.v2010.account.usage |
Constructor and Description |
---|
TriggerCreator(String accountSid,
URI callbackUrl,
String triggerValue,
Trigger.UsageCategory usageCategory)
Construct a new TriggerCreator.
|
Modifier and Type | Method and Description |
---|---|
TriggerReader |
TriggerReader.byUsageCategory(Trigger.UsageCategory usageCategory)
Only show UsageTriggers that watch this usage category.
|
Modifier and Type | Method and Description |
---|---|
static Trigger.UsageCategory |
Trigger.UsageCategory.forValue(String value) |
Trigger.UsageCategory |
Trigger.getUsageCategory()
Returns The The usage category the trigger watches.
|
static Trigger.UsageCategory |
Trigger.UsageCategory.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Trigger.UsageCategory[] |
Trigger.UsageCategory.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
static TriggerCreator |
Trigger.create(String accountSid,
URI callbackUrl,
String triggerValue,
Trigger.UsageCategory usageCategory)
Create a TriggerCreator to execute create.
|
Copyright © 2011 Twilio, Inc. All Rights Reserved.