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