Uses of Class
com.twilio.rest.conversations.v1.service.conversation.message.DeliveryReceipt.DeliveryStatus
-
Packages that use DeliveryReceipt.DeliveryStatus Package Description com.twilio.rest.conversations.v1.service.conversation.message -
-
Uses of DeliveryReceipt.DeliveryStatus in com.twilio.rest.conversations.v1.service.conversation.message
Methods in com.twilio.rest.conversations.v1.service.conversation.message that return DeliveryReceipt.DeliveryStatus Modifier and Type Method Description static DeliveryReceipt.DeliveryStatusDeliveryReceipt.DeliveryStatus. forValue(String value)DeliveryReceipt.DeliveryStatusDeliveryReceipt. getStatus()static DeliveryReceipt.DeliveryStatusDeliveryReceipt.DeliveryStatus. valueOf(String name)Returns the enum constant of this type with the specified name.static DeliveryReceipt.DeliveryStatus[]DeliveryReceipt.DeliveryStatus. values()Returns an array containing the constants of this enum type, in the order they are declared.
-