Uses of Class
com.twilio.rest.supersim.v1.SmsCommand.Direction
-
Packages that use SmsCommand.Direction Package Description com.twilio.rest.supersim.v1 -
-
Uses of SmsCommand.Direction in com.twilio.rest.supersim.v1
Methods in com.twilio.rest.supersim.v1 that return SmsCommand.Direction Modifier and Type Method Description static SmsCommand.DirectionSmsCommand.Direction. forValue(String value)SmsCommand.DirectionSmsCommand. getDirection()static SmsCommand.DirectionSmsCommand.Direction. valueOf(String name)Returns the enum constant of this type with the specified name.static SmsCommand.Direction[]SmsCommand.Direction. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.twilio.rest.supersim.v1 with parameters of type SmsCommand.Direction Modifier and Type Method Description SmsCommandReaderSmsCommandReader. setDirection(SmsCommand.Direction direction)
-