Uses of Enum
org.telegram.telegrambots.bots.DefaultBotOptions.ProxyType
Packages that use DefaultBotOptions.ProxyType
-
Uses of DefaultBotOptions.ProxyType in org.telegram.telegrambots.bots
Methods in org.telegram.telegrambots.bots that return DefaultBotOptions.ProxyTypeModifier and TypeMethodDescriptionDefaultBotOptions.getProxyType()static DefaultBotOptions.ProxyTypeReturns the enum constant of this type with the specified name.static DefaultBotOptions.ProxyType[]DefaultBotOptions.ProxyType.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.telegram.telegrambots.bots with parameters of type DefaultBotOptions.ProxyTypeModifier and TypeMethodDescriptionvoidDefaultBotOptions.setProxyType(DefaultBotOptions.ProxyType proxyType)