Class CheckLink
java.lang.Object
api.longpoll.bots.methods.impl.VkMethod<CheckLink.ResponseBody>
api.longpoll.bots.methods.impl.utils.CheckLink
Implements utils.checkLink method.
Checks whether a link is blocked in VK.
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class
Response to utils.checkLink request. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionAdds URL parameter to HTTP request.protected Class<CheckLink.ResponseBody>
Gets a class of VK API response.Methods inherited from class api.longpoll.bots.methods.impl.VkMethod
execute, executeAsync, newRequestBody, setLang
-
Constructor Details
-
CheckLink
-
-
Method Details
-
setUrl
-
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<CheckLink.ResponseBody>
- Returns:
- a class of VK API response.
-
addParam
Description copied from class:VkMethod
Adds URL parameter to HTTP request.- Overrides:
addParam
in classVkMethod<CheckLink.ResponseBody>
- Parameters:
key
- URL parameter key.value
- URL parameter value.- Returns:
- current instance.
-