Uses of Class
com.maplander.backend.model.manage.whatsAppBot.UserWhatsApp
Packages that use UserWhatsApp
Package
Description
-
Uses of UserWhatsApp in com.maplander.backend.controller.endpoint.bot
Methods in com.maplander.backend.controller.endpoint.bot that return types with arguments of type UserWhatsAppModifier and TypeMethodDescriptionWhatsAppBotEndpoint.getResponseMessage
(String apiKey, Integer limit, String cursor) WhatsAppBotEndpoint.getUserByUserId
(String apiKey, Long userId) WhatsAppBotEndpoint.getUserByWaId
(String apiKey, String waId) WhatsAppBotEndpoint.registerWaBot
(String apiKey, String hash) WhatsAppBotEndpoint.saveMessage
(String apiKey, MessagesWhats messageWhatsApp) WhatsAppBotEndpoint.saveUserWhatsApp
(String apiKey, UserWhatsApp userWhatsApp) Methods in com.maplander.backend.controller.endpoint.bot with parameters of type UserWhatsAppModifier and TypeMethodDescriptionWhatsAppBotEndpoint.saveUserWhatsApp
(String apiKey, UserWhatsApp userWhatsApp) -
Uses of UserWhatsApp in com.maplander.backend.dao.manage.bot
Fields in com.maplander.backend.dao.manage.bot with type parameters of type UserWhatsAppMethods in com.maplander.backend.dao.manage.bot that return UserWhatsAppModifier and TypeMethodDescriptionstatic UserWhatsApp
static UserWhatsApp
UserWhatsAppDAO.loadByEmail
(String email) static UserWhatsApp
UserWhatsAppDAO.loadByWaId
(String waId) Methods in com.maplander.backend.dao.manage.bot that return types with arguments of type UserWhatsAppModifier and TypeMethodDescriptionstatic com.google.api.server.spi.response.CollectionResponse
<UserWhatsApp> UserWhatsAppDAO.getResponses
(Integer limit, String cursor) static List
<UserWhatsApp> -
Uses of UserWhatsApp in com.maplander.backend.model.manage.whatsAppBot
Methods in com.maplander.backend.model.manage.whatsAppBot that return UserWhatsAppMethods in com.maplander.backend.model.manage.whatsAppBot with parameters of type UserWhatsAppConstructors in com.maplander.backend.model.manage.whatsAppBot with parameters of type UserWhatsAppModifierConstructorDescriptionUserWhatsApp
(User user, UserWhatsApp userWhatsApp) UserWhatsAppRG
(UserWhatsApp userWhatsApp) UserWhatsAppRG
(UserWhatsApp userWhatsApp, UserWhatsAppRV userWhatsAppRV)