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