Uses of Enum Class
uz.osoncode.telegrambothandler.core.bot.BotTransportType
Packages that use BotTransportType
-
Uses of BotTransportType in uz.osoncode.telegrambothandler.core.bot
Subclasses with type arguments of type BotTransportType in uz.osoncode.telegrambothandler.core.botMethods in uz.osoncode.telegrambothandler.core.bot that return BotTransportTypeModifier and TypeMethodDescriptionBotConfigurer.transportType()Returns the value of thetransportTyperecord component.static BotTransportTypeReturns the enum constant of this class with the specified name.static BotTransportType[]BotTransportType.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in uz.osoncode.telegrambothandler.core.bot with parameters of type BotTransportTypeModifierConstructorDescriptionBotConfigurer(com.fasterxml.jackson.databind.ObjectMapper objectMapper, BotTransportType transportType) Creates an instance of aBotConfigurerrecord class.