Uses of Class
org.apache.camel.component.telegram.model.Update
-
Packages that use Update Package Description org.apache.camel.component.telegram.model org.apache.camel.component.telegram.util -
-
Uses of Update in org.apache.camel.component.telegram.model
Methods in org.apache.camel.component.telegram.model that return types with arguments of type Update Modifier and Type Method Description List<Update>
UpdateResult. getUpdates()
Method parameters in org.apache.camel.component.telegram.model with type arguments of type Update Modifier and Type Method Description void
UpdateResult. setUpdates(List<Update> updates)
-
Uses of Update in org.apache.camel.component.telegram.util
Methods in org.apache.camel.component.telegram.util with parameters of type Update Modifier and Type Method Description static void
TelegramMessageHelper. populateExchange(org.apache.camel.Exchange exchange, Update update)
static String
TelegramConverter. toString(Update update)
-