Uses of Class
com.maplander.backend.model.manage.whatsAppBot.MessageWhatsApp
Packages that use MessageWhatsApp
-
Uses of MessageWhatsApp in com.maplander.backend.model.manage.whatsAppBot
Methods in com.maplander.backend.model.manage.whatsAppBot that return types with arguments of type MessageWhatsAppModifier and TypeMethodDescriptionUserWhatsApp.getMessage()
UserWhatsAppRV.getMessage()
WhatsAppWithOutUser.getMessage()
UserWhatsApp.getMessage2()
UserWhatsAppRV.getMessage2()
MessagesWhats.getMessageWhatsApps()
Method parameters in com.maplander.backend.model.manage.whatsAppBot with type arguments of type MessageWhatsAppModifier and TypeMethodDescriptionvoid
UserWhatsApp.setMessage
(List<MessageWhatsApp> message) void
UserWhatsAppRV.setMessage
(List<MessageWhatsApp> message) void
WhatsAppWithOutUser.setMessage
(List<MessageWhatsApp> message) void
UserWhatsApp.setMessage2
(List<MessageWhatsApp> message2) void
UserWhatsAppRV.setMessage2
(List<MessageWhatsApp> message2) void
MessagesWhats.setMessageWhatsApps
(List<MessageWhatsApp> messageWhatsApps)