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