public class CheckLink extends VkMethod<CheckLink.ResponseBody>
Checks whether a link is blocked in VK.
| Modifier and Type | Class and Description |
|---|---|
static class |
CheckLink.ResponseBody
Response to utils.checkLink request.
|
| Modifier and Type | Method and Description |
|---|---|
CheckLink |
addParam(String key,
Object value)
Adds URL parameter to HTTP request.
|
protected Class<CheckLink.ResponseBody> |
getResponseClass()
Gets a class of VK API response.
|
String |
getUri()
Gets request URI.
|
CheckLink |
setUrl(String url) |
csv, execute, executeAsync, getAccessToken, getGson, getRequestBody, property, toStringpublic CheckLink(String accessToken)
public String getUri()
VkMethodgetUri in class VkMethod<CheckLink.ResponseBody>protected Class<CheckLink.ResponseBody> getResponseClass()
VkMethodgetResponseClass in class VkMethod<CheckLink.ResponseBody>Copyright © 2022. All rights reserved.