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