Uses of Class
com.twilio.rest.chat.v2.service.channel.Message.OrderType
-
Packages that use Message.OrderType Package Description com.twilio.rest.chat.v2.service.channel -
-
Uses of Message.OrderType in com.twilio.rest.chat.v2.service.channel
Methods in com.twilio.rest.chat.v2.service.channel 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.chat.v2.service.channel with parameters of type Message.OrderType Modifier and Type Method Description MessageReaderMessageReader. setOrder(Message.OrderType order)
-