Uses of Class
cronapi.chatbot.elements.TypeUrl
-
Packages that use TypeUrl Package Description cronapi.chatbot cronapi.chatbot.cronchat cronapi.chatbot.elements cronapi.chatbot.facebook cronapi.chatbot.telegram -
-
Uses of TypeUrl in cronapi.chatbot
Methods in cronapi.chatbot with parameters of type TypeUrl Modifier and Type Method Description StringMessenger. getUrlFromLocation(Location location, TypeUrl typeUrl) -
Uses of TypeUrl in cronapi.chatbot.cronchat
Methods in cronapi.chatbot.cronchat with parameters of type TypeUrl Modifier and Type Method Description StringCronchatMessenger. getUrlFromLocation(Location location, TypeUrl typeUrl) -
Uses of TypeUrl in cronapi.chatbot.elements
Methods in cronapi.chatbot.elements that return TypeUrl Modifier and Type Method Description static TypeUrlTypeUrl. valueOf(String name)Returns the enum constant of this type with the specified name.static TypeUrl[]TypeUrl. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of TypeUrl in cronapi.chatbot.facebook
Methods in cronapi.chatbot.facebook with parameters of type TypeUrl Modifier and Type Method Description StringFacebookMessenger. getUrlFromLocation(Location location, TypeUrl typeUrl) -
Uses of TypeUrl in cronapi.chatbot.telegram
Methods in cronapi.chatbot.telegram with parameters of type TypeUrl Modifier and Type Method Description StringTelegramMessenger. getUrlFromLocation(Location location, TypeUrl typeUrl)
-