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