Uses of Class
com.twilio.rest.api.v2010.account.usage.record.Yearly.Category
-
Packages that use Yearly.Category Package Description com.twilio.rest.api.v2010.account.usage.record -
-
Uses of Yearly.Category in com.twilio.rest.api.v2010.account.usage.record
Methods in com.twilio.rest.api.v2010.account.usage.record that return Yearly.Category Modifier and Type Method Description static Yearly.CategoryYearly.Category. forValue(String value)Yearly.CategoryYearly. getCategory()static Yearly.CategoryYearly.Category. valueOf(String name)Returns the enum constant of this type with the specified name.static Yearly.Category[]Yearly.Category. 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.record with parameters of type Yearly.Category Modifier and Type Method Description YearlyReaderYearlyReader. setCategory(Yearly.Category category)
-