Uses of Class
com.twilio.rest.api.v2010.Account.Type
-
Packages that use Account.Type Package Description com.twilio.rest.api.v2010 -
-
Uses of Account.Type in com.twilio.rest.api.v2010
Methods in com.twilio.rest.api.v2010 that return Account.Type Modifier and Type Method Description static Account.TypeAccount.Type. forValue(String value)Account.TypeAccount. getType()static Account.TypeAccount.Type. valueOf(String name)Returns the enum constant of this type with the specified name.static Account.Type[]Account.Type. values()Returns an array containing the constants of this enum type, in the order they are declared.
-