public class EditChat extends AuthorizedVkApiMethod<IntegerResponse>
Edits the title of a chat.
Modifier and Type | Method and Description |
---|---|
protected Class<IntegerResponse> |
getResultType()
Gets type of VK API response.
|
protected String |
getUrl()
Gets VK API URL.
|
EditChat |
setChatId(int chatId) |
EditChat |
setTitle(String title) |
addParam, execute, execute, executeAsync, getAsyncCaller, getJsonConverter, getMethod, getParams, getVkApiHttpClient, getVkApiParamsConverter, getVkApiResponseValidator, setAsyncCaller, setJsonConverter, setMethod, setParams, setVkApiHttpClient, setVkApiParamsConverter, setVkApiResponseValidator
public EditChat(String accessToken)
protected String getUrl()
VkApiMethod
getUrl
in class VkApiMethod<IntegerResponse>
protected Class<IntegerResponse> getResultType()
VkApiMethod
getResultType
in class VkApiMethod<IntegerResponse>
public EditChat setChatId(int chatId)
Copyright © 2021. All rights reserved.