Class Search
java.lang.Object
api.longpoll.bots.methods.impl.VkMethod<Search.ResponseBody>
api.longpoll.bots.methods.impl.docs.Search
Implements docs.search method.
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classResponse to docs.search request. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionAdds URL parameter to HTTP request.protected Class<Search.ResponseBody>Gets a class of VK API response.setCount(int count) setOffset(int offset) setReturnTags(boolean returnTags) Methods inherited from class api.longpoll.bots.methods.impl.VkMethod
execute, executeAsync, newRequestBody, setLang
-
Constructor Details
-
Search
-
-
Method Details
-
getResponseClass
Description copied from class:VkMethodGets a class of VK API response. This value is used during deserialization of received JSON.- Specified by:
getResponseClassin classVkMethod<Search.ResponseBody>- Returns:
- a class of VK API response.
-
setQ
-
setCount
-
setOffset
-
setReturnTags
-
addParam
Description copied from class:VkMethodAdds URL parameter to HTTP request.- Overrides:
addParamin classVkMethod<Search.ResponseBody>- Parameters:
key- URL parameter key.value- URL parameter value.- Returns:
- current instance.
-