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