Uses of Class
org.nwolfhub.vk.longpoll.Update
-
Packages that use Update Package Description org.nwolfhub.vk.longpoll -
-
Uses of Update in org.nwolfhub.vk.longpoll
Subclasses of Update in org.nwolfhub.vk.longpoll Modifier and Type Class Description classNewMessageUpdateMethods in org.nwolfhub.vk.longpoll that return types with arguments of type Update Modifier and Type Method Description static List<Update>LongPoll. convertUpdateByType(List<Update> updates, Update.Type type)Excludes all updates from list that doesn't match their typestatic List<Update>LongPoll. convertUpdateByType(Update.Type type, List<Update> updates)Excludes all updates from list that doesn't match their typeList<Update>LongPoll. getUpdates()Method parameters in org.nwolfhub.vk.longpoll with type arguments of type Update Modifier and Type Method Description static List<Update>LongPoll. convertUpdateByType(List<Update> updates, Update.Type type)Excludes all updates from list that doesn't match their typestatic List<Update>LongPoll. convertUpdateByType(Update.Type type, List<Update> updates)Excludes all updates from list that doesn't match their typeConstructors in org.nwolfhub.vk.longpoll with parameters of type Update Constructor Description NewMessageUpdate(Update originalUpdate)
-