Uses of Class
com.restfb.types.whatsapp.platform.message.MessageType
-
Packages that use MessageType Package Description com.restfb.types.whatsapp.platform com.restfb.types.whatsapp.platform.message -
-
Uses of MessageType in com.restfb.types.whatsapp.platform
Methods in com.restfb.types.whatsapp.platform that return MessageType Modifier and Type Method Description MessageType
Message. getType()
Methods in com.restfb.types.whatsapp.platform with parameters of type MessageType Modifier and Type Method Description void
Message. setType(MessageType type)
-
Uses of MessageType in com.restfb.types.whatsapp.platform.message
Methods in com.restfb.types.whatsapp.platform.message that return MessageType Modifier and Type Method Description static MessageType
MessageType. valueOf(String name)
Returns the enum constant of this type with the specified name.static MessageType[]
MessageType. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-