Uses of Class
com.twilio.rest.api.v2010.account.usage.Trigger.UsageCategory
-
Packages that use Trigger.UsageCategory Package Description com.twilio.rest.api.v2010.account.usage -
-
Uses of Trigger.UsageCategory in com.twilio.rest.api.v2010.account.usage
Methods in com.twilio.rest.api.v2010.account.usage that return Trigger.UsageCategory Modifier and Type Method Description static Trigger.UsageCategoryTrigger.UsageCategory. forValue(String value)Trigger.UsageCategoryTrigger. getUsageCategory()static Trigger.UsageCategoryTrigger.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.Methods in com.twilio.rest.api.v2010.account.usage with parameters of type Trigger.UsageCategory Modifier and Type Method Description static TriggerCreatorTrigger. creator(String pathAccountSid, URI callbackUrl, String triggerValue, Trigger.UsageCategory usageCategory)static TriggerCreatorTrigger. creator(URI callbackUrl, String triggerValue, Trigger.UsageCategory usageCategory)TriggerCreatorTriggerCreator. setUsageCategory(Trigger.UsageCategory usageCategory)TriggerReaderTriggerReader. setUsageCategory(Trigger.UsageCategory usageCategory)Constructors in com.twilio.rest.api.v2010.account.usage with parameters of type Trigger.UsageCategory Constructor Description TriggerCreator(String pathAccountSid, URI callbackUrl, String triggerValue, Trigger.UsageCategory usageCategory)TriggerCreator(URI callbackUrl, String triggerValue, Trigger.UsageCategory usageCategory)
-