Uses of Class
org.telegram.telegrambots.bots.DefaultBotOptions.ProxyType
-
Packages that use DefaultBotOptions.ProxyType Package Description org.telegram.telegrambots.bots -
-
Uses of DefaultBotOptions.ProxyType in org.telegram.telegrambots.bots
Methods in org.telegram.telegrambots.bots that return DefaultBotOptions.ProxyType Modifier and Type Method Description DefaultBotOptions.ProxyTypeDefaultBotOptions. getProxyType()static DefaultBotOptions.ProxyTypeDefaultBotOptions.ProxyType. valueOf(String name)Returns 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.ProxyType Modifier and Type Method Description voidDefaultBotOptions. setProxyType(DefaultBotOptions.ProxyType proxyType)
-