Uses of Enum Class
com.vonage.client.sms.callback.messages.MO.MESSAGE_TYPE
Packages that use MO.MESSAGE_TYPE
-
Uses of MO.MESSAGE_TYPE in com.vonage.client.sms.callback.messages
Methods in com.vonage.client.sms.callback.messages that return MO.MESSAGE_TYPEModifier and TypeMethodDescriptionMO.getMessageType()Deprecated.static MO.MESSAGE_TYPEReturns the enum constant of this class with the specified name.static MO.MESSAGE_TYPE[]MO.MESSAGE_TYPE.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in com.vonage.client.sms.callback.messages with parameters of type MO.MESSAGE_TYPEModifierConstructorDescriptionMO(String messageId, MO.MESSAGE_TYPE messageType, String sender, String destination, BigDecimal price, Date timeStamp) Deprecated.