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