Uses of Class
com.twilio.type.InboundSmsPrice.Type
-
Packages that use InboundSmsPrice.Type Package Description com.twilio.type -
-
Uses of InboundSmsPrice.Type in com.twilio.type
Methods in com.twilio.type that return InboundSmsPrice.Type Modifier and Type Method Description static InboundSmsPrice.TypeInboundSmsPrice.Type. forValue(String value)InboundSmsPrice.TypeInboundSmsPrice. getType()static InboundSmsPrice.TypeInboundSmsPrice.Type. valueOf(String name)Returns the enum constant of this type with the specified name.static InboundSmsPrice.Type[]InboundSmsPrice.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 InboundSmsPrice.Type Constructor Description InboundSmsPrice(double basePrice, double currentPrice, InboundSmsPrice.Type type)Initialize an InboundSmsPrice.
-