Uses of Class
com.maplander.backend.model.manage.whatsAppBot.UserWhatsAppRV
Packages that use UserWhatsAppRV
Package
Description
-
Uses of UserWhatsAppRV in com.maplander.backend.controller.endpoint.bot
Methods in com.maplander.backend.controller.endpoint.bot that return types with arguments of type UserWhatsAppRVModifier and TypeMethodDescriptionWhatsAppBotRVEndpoint.registerRVWaBot
(String apiKey, String hash) -
Uses of UserWhatsAppRV in com.maplander.backend.dao.manage.bot
Fields in com.maplander.backend.dao.manage.bot with type parameters of type UserWhatsAppRVMethods in com.maplander.backend.dao.manage.bot that return UserWhatsAppRVModifier and TypeMethodDescriptionstatic UserWhatsAppRV
static UserWhatsAppRV
UserWhatsAppRVDAO.loadByEmail
(String email) static UserWhatsAppRV
UserWhatsAppRVDAO.loadByWaId
(String waId) -
Uses of UserWhatsAppRV in com.maplander.backend.model.manage.whatsAppBot
Methods in com.maplander.backend.model.manage.whatsAppBot that return UserWhatsAppRVMethods in com.maplander.backend.model.manage.whatsAppBot with parameters of type UserWhatsAppRVModifier and TypeMethodDescriptionvoid
UserWhatsAppRG.setUserWhatsAppRV
(UserWhatsAppRV userWhatsAppRV) Constructors in com.maplander.backend.model.manage.whatsAppBot with parameters of type UserWhatsAppRVModifierConstructorDescriptionUserWhatsAppRG
(UserWhatsApp userWhatsApp, UserWhatsAppRV userWhatsAppRV) UserWhatsAppRG
(UserWhatsAppRV userWhatsAppRV)