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 |
Modifier and Type | Method and Description |
---|---|
TriggerCreator |
TriggerCreator.setTriggerBy(Trigger.TriggerField triggerBy)
The field in the UsageRecord that fires the trigger.
|
Modifier and Type | Method and Description |
---|---|
TriggerReader |
TriggerReader.byTriggerBy(Trigger.TriggerField triggerBy)
Only show UsageTriggers that trigger by this field in the UsagRecord.
|
Modifier and Type | Method and Description |
---|---|
static Trigger.TriggerField |
Trigger.TriggerField.forValue(String value)
Generate a TriggerField from a string.
|
Trigger.TriggerField |
Trigger.getTriggerBy()
Returns The The field in the UsageRecord that fires the trigger.
|
static Trigger.TriggerField |
Trigger.TriggerField.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Trigger.TriggerField[] |
Trigger.TriggerField.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2011 Twilio, Inc. All Rights Reserved.