Uses of Class
com.twilio.rest.api.v2010.account.Message.UpdateStatus
-
Packages that use Message.UpdateStatus Package Description com.twilio.rest.api.v2010.account -
-
Uses of Message.UpdateStatus in com.twilio.rest.api.v2010.account
Methods in com.twilio.rest.api.v2010.account that return Message.UpdateStatus Modifier and Type Method Description static Message.UpdateStatusMessage.UpdateStatus. forValue(String value)static Message.UpdateStatusMessage.UpdateStatus. valueOf(String name)Returns the enum constant of this type with the specified name.static Message.UpdateStatus[]Message.UpdateStatus. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.twilio.rest.api.v2010.account with parameters of type Message.UpdateStatus Modifier and Type Method Description MessageUpdaterMessageUpdater. setStatus(Message.UpdateStatus status)
-