Package org.nwolfhub.vk
Class VkGroup
- java.lang.Object
-
- org.nwolfhub.vk.VkGroup
-
- All Implemented Interfaces:
Serializable
public class VkGroup extends Object implements Serializable
- See Also:
- Serialized Form
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description LongPollinitLongPoll()StringmakeRequest(Request r)
-
-
-
Constructor Detail
-
VkGroup
public VkGroup(String token, Integer groupId) throws IOException
- Throws:
IOException
-
-
Method Detail
-
makeRequest
public String makeRequest(Request r) throws IOException
- Throws:
IOException
-
initLongPoll
public LongPoll initLongPoll() throws IOException
- Throws:
IOException
-
-