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