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