Uses of Class
com.twilio.type.PhoneNumberPrice.Type
-
Packages that use PhoneNumberPrice.Type Package Description com.twilio.type -
-
Uses of PhoneNumberPrice.Type in com.twilio.type
Methods in com.twilio.type that return PhoneNumberPrice.Type Modifier and Type Method Description static PhoneNumberPrice.TypePhoneNumberPrice.Type. forValue(String value)Returns the type of phone number given a string value.PhoneNumberPrice.TypePhoneNumberPrice. getType()Returns the type of phone number.static PhoneNumberPrice.TypePhoneNumberPrice.Type. valueOf(String name)Returns the enum constant of this type with the specified name.static PhoneNumberPrice.Type[]PhoneNumberPrice.Type. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in com.twilio.type with parameters of type PhoneNumberPrice.Type Constructor Description PhoneNumberPrice(double basePrice, double currentPrice, PhoneNumberPrice.Type type)Initialize a PhoneNumberPrice.
-