Uses of Class
org.nwolfhub.vk.longpoll.Update.Type
-
Packages that use Update.Type Package Description org.nwolfhub.vk.longpoll -
-
Uses of Update.Type in org.nwolfhub.vk.longpoll
Fields in org.nwolfhub.vk.longpoll declared as Update.Type Modifier and Type Field Description Update.TypeUpdate. typeMethods in org.nwolfhub.vk.longpoll that return Update.Type Modifier and Type Method Description static Update.TypeUpdate.Type. valueOf(String name)Returns the enum constant of this type with the specified name.static Update.Type[]Update.Type. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.nwolfhub.vk.longpoll with parameters of type Update.Type 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 type
-