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.setRecurring(Trigger.Recurring recurring)
How this trigger recurs.
|
Modifier and Type | Method and Description |
---|---|
TriggerReader |
TriggerReader.byRecurring(Trigger.Recurring recurring)
Only show UsageTriggers that count over this interval.
|
Modifier and Type | Method and Description |
---|---|
static Trigger.Recurring |
Trigger.Recurring.forValue(String value)
Generate a Recurring from a string.
|
Trigger.Recurring |
Trigger.getRecurring()
Returns The How this trigger recurs.
|
static Trigger.Recurring |
Trigger.Recurring.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Trigger.Recurring[] |
Trigger.Recurring.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2011 Twilio, Inc. All Rights Reserved.