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