Uses of Class
com.maplander.backend.model.manage.whatsAppBot.WhatsAppWithOutUser
Packages that use WhatsAppWithOutUser
Package
Description
-
Uses of WhatsAppWithOutUser in com.maplander.backend.controller.endpoint.bot
Methods in com.maplander.backend.controller.endpoint.bot that return types with arguments of type WhatsAppWithOutUserModifier and TypeMethodDescriptionWhatsAppBotEndpoint.getWhatsAppWithOutUser(String apiKey, Long id) WhatsAppBotEndpoint.getWhatsAppWithOutUserByWaId(String apiKey, String waId) WhatsAppBotEndpoint.saveWhatsAppWithOutUser(String apiKey, WhatsAppWithOutUser user) Methods in com.maplander.backend.controller.endpoint.bot with parameters of type WhatsAppWithOutUserModifier and TypeMethodDescriptionWhatsAppBotEndpoint.saveWhatsAppWithOutUser(String apiKey, WhatsAppWithOutUser user) -
Uses of WhatsAppWithOutUser in com.maplander.backend.dao.manage.bot
Fields in com.maplander.backend.dao.manage.bot with type parameters of type WhatsAppWithOutUserModifier and TypeFieldDescriptionstatic final Class<WhatsAppWithOutUser> WhatsAppWithOutUserDAO.clazzMethods in com.maplander.backend.dao.manage.bot that return WhatsAppWithOutUserModifier and TypeMethodDescriptionstatic WhatsAppWithOutUserstatic WhatsAppWithOutUserWhatsAppWithOutUserDAO.loadByWaId(String waId) Methods in com.maplander.backend.dao.manage.bot that return types with arguments of type WhatsAppWithOutUserModifier and TypeMethodDescriptionstatic com.google.api.server.spi.response.CollectionResponse<WhatsAppWithOutUser>