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