Uses of Class
org.nwolfhub.vkUser.longpoll.LongPoll.Type
-
Packages that use LongPoll.Type Package Description org.nwolfhub.vkUser.longpoll -
-
Uses of LongPoll.Type in org.nwolfhub.vkUser.longpoll
Methods in org.nwolfhub.vkUser.longpoll that return LongPoll.Type Modifier and Type Method Description static LongPoll.TypeLongPoll.Type. valueOf(String name)Returns the enum constant of this type with the specified name.static LongPoll.Type[]LongPoll.Type. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.nwolfhub.vkUser.longpoll with parameters of type LongPoll.Type Modifier and Type Method Description List<Update>LongPoll. getUpdatesByType(LongPoll.Type type, Long ts)
-