Uses of Class
org.nwolfhub.vkUser.longpoll.updates.Update
-
Packages that use Update Package Description org.nwolfhub.vkUser.longpoll org.nwolfhub.vkUser.longpoll.updates -
-
Uses of Update in org.nwolfhub.vkUser.longpoll
Methods in org.nwolfhub.vkUser.longpoll that return types with arguments of type Update Modifier and Type Method Description List<Update>LongPoll. getNonetypeUpdates()List<Update>LongPoll. getUpdates()List<Update>LongPoll. getUpdates(Long ts)List<Update>LongPoll. getUpdatesByType(String type)List<Update>LongPoll. getUpdatesByType(String type, Long ts)List<Update>LongPoll. getUpdatesByType(LongPoll.Type type, Long ts) -
Uses of Update in org.nwolfhub.vkUser.longpoll.updates
Subclasses of Update in org.nwolfhub.vkUser.longpoll.updates Modifier and Type Class Description classNewMessageUpdateMethods in org.nwolfhub.vkUser.longpoll.updates that return Update Modifier and Type Method Description static UpdateUpdateProcessor. convertUpdateByType(String unparsedUpdate)Constructors in org.nwolfhub.vkUser.longpoll.updates with parameters of type Update Constructor Description NewMessageUpdate(Update update)
-