Uses of Enum Class
com.vonage.client.sms.messages.Message.MessageType
Packages that use Message.MessageType
-
Uses of Message.MessageType in com.vonage.client.sms.messages
Methods in com.vonage.client.sms.messages that return Message.MessageTypeModifier and TypeMethodDescriptionMessage.getType()static Message.MessageTypeReturns the enum constant of this class with the specified name.static Message.MessageType[]Message.MessageType.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in com.vonage.client.sms.messages with parameters of type Message.MessageTypeModifierConstructorDescriptionprotectedMessage(Message.MessageType type, String from, String to) protectedMessage(Message.MessageType type, String from, String to, boolean statusReportRequired) Abstract type for more specific SMS message types.
This constructor exposes the full range of possible parameters and is not for general use Instead, it is accessed via super() in the constructors of various sub-classes that expose a relevant sub-set of the available parameters