public class Search extends AuthorizedVkApiMethod<Search.Response>
Modifier and Type | Class and Description |
---|---|
static class |
Search.Response
Response to docs.search request.
|
Modifier and Type | Method and Description |
---|---|
protected Class<Search.Response> |
getResultType()
Gets type of VK API response.
|
protected String |
getUrl()
Gets VK API URL.
|
Search |
setCount(int count) |
Search |
setOffset(int offset) |
Search |
setQ(String q) |
Search |
setReturnTags(boolean returnTags) |
addParam, execute, execute, executeAsync, getAsyncCaller, getJsonConverter, getMethod, getParams, getVkApiHttpClient, getVkApiParamsConverter, getVkApiResponseValidator, setAsyncCaller, setJsonConverter, setMethod, setParams, setVkApiHttpClient, setVkApiParamsConverter, setVkApiResponseValidator
public Search(String accessToken)
protected String getUrl()
VkApiMethod
getUrl
in class VkApiMethod<Search.Response>
protected Class<Search.Response> getResultType()
VkApiMethod
getResultType
in class VkApiMethod<Search.Response>
public Search setCount(int count)
public Search setOffset(int offset)
public Search setReturnTags(boolean returnTags)
Copyright © 2021. All rights reserved.