Class EditAddress
java.lang.Object
api.longpoll.bots.methods.impl.VkMethod<EditAddress.ResponseBody>
api.longpoll.bots.methods.impl.groups.EditAddress
Implements groups.editAddress method.
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class
Response to groups.editAddress request. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionAdds URL parameter to HTTP request.protected Class<EditAddress.ResponseBody>
Gets a class of VK API response.setAdditionalAddress
(String additionalAddress) setAddress
(String address) setAddressId
(int addressId) setCityId
(int cityId) setCountryId
(int countryId) setGroupId
(int groupId) setLatitude
(float latitude) setLongitude
(float longitude) setMainAddress
(boolean mainAddress) setMetroId
(int metroId) setTimeTable
(String timeTable) setWorkInfoStatus
(String workInfoStatus) Methods inherited from class api.longpoll.bots.methods.impl.VkMethod
execute, executeAsync, newRequestBody, setLang
-
Constructor Details
-
EditAddress
-
-
Method Details
-
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<EditAddress.ResponseBody>
- Returns:
- a class of VK API response.
-
setAddressId
-
setGroupId
-
setTitle
-
setAddress
-
setAdditionalAddress
-
setCountryId
-
setCityId
-
setMetroId
-
setLatitude
-
setLongitude
-
setPhone
-
setWorkInfoStatus
-
setTimeTable
-
setMainAddress
-
addParam
Description copied from class:VkMethod
Adds URL parameter to HTTP request.- Overrides:
addParam
in classVkMethod<EditAddress.ResponseBody>
- Parameters:
key
- URL parameter key.value
- URL parameter value.- Returns:
- current instance.
-