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