Class SearchConversations
java.lang.Object
api.longpoll.bots.methods.impl.VkMethod<SearchConversations.ResponseBody>
api.longpoll.bots.methods.impl.messages.SearchConversations
Implements messages.searchConversations method.
Returns a list of conversations that match search criteria.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class
Response to messages.searchConversations request. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionAdds URL parameter to HTTP request.protected Class<SearchConversations.ResponseBody>
Gets a class of VK API response.setCount
(int count) setExtended
(boolean extended) setGroupId
(int groupId) Methods inherited from class api.longpoll.bots.methods.impl.VkMethod
execute, executeAsync, newRequestBody, setLang
-
Constructor Details
-
SearchConversations
-
-
Method Details
-
getResponseClass
Description copied from class:VkMethod
Gets a class of VK API response. This value is used during deserialization of received JSON.- Specified by:
getResponseClass
in classVkMethod<SearchConversations.ResponseBody>
- Returns:
- a class of VK API response.
-
setQ
-
setCount
-
setExtended
-
setFields
-
setFields
-
setGroupId
-
addParam
Description copied from class:VkMethod
Adds URL parameter to HTTP request.- Overrides:
addParam
in classVkMethod<SearchConversations.ResponseBody>
- Parameters:
key
- URL parameter key.value
- URL parameter value.- Returns:
- current instance.
-