Uses of Class
com.twilio.rest.wireless.v1.Command.CommandMode
-
Packages that use Command.CommandMode Package Description com.twilio.rest.wireless.v1 -
-
Uses of Command.CommandMode in com.twilio.rest.wireless.v1
Methods in com.twilio.rest.wireless.v1 that return Command.CommandMode Modifier and Type Method Description static Command.CommandModeCommand.CommandMode. forValue(String value)Command.CommandModeCommand. getCommandMode()static Command.CommandModeCommand.CommandMode. valueOf(String name)Returns the enum constant of this type with the specified name.static Command.CommandMode[]Command.CommandMode. 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.CommandMode Modifier and Type Method Description CommandCreatorCommandCreator. setCommandMode(Command.CommandMode commandMode)
-