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 voidUpdateResult. 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 voidTelegramMessageHelper. populateExchange(org.apache.camel.Exchange exchange, Update update)static StringTelegramConverter. toString(Update update)
-