Class AddAddress
java.lang.Object
api.longpoll.bots.methods.impl.VkMethod<AddAddress.ResponseBody>
api.longpoll.bots.methods.impl.groups.AddAddress
Implements groups.addAddress method.
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classResponse to groups.addAddress request. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionAdds URL parameter to HTTP request.protected Class<AddAddress.ResponseBody>Gets a class of VK API response.setAdditionalAddress(String additionalAddress) setAddress(String address) 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
-
AddAddress
-
-
Method Details
-
getResponseClass
Description copied from class:VkMethodGets a class of VK API response. This value is used during deserialization of received JSON.- Specified by:
getResponseClassin classVkMethod<AddAddress.ResponseBody>- Returns:
- a class of VK API response.
-
setGroupId
-
setTitle
-
setAddress
-
setAdditionalAddress
-
setCountryId
-
setCityId
-
setMetroId
-
setLatitude
-
setLongitude
-
setPhone
-
setWorkInfoStatus
-
setTimeTable
-
setMainAddress
-
addParam
Description copied from class:VkMethodAdds URL parameter to HTTP request.- Overrides:
addParamin classVkMethod<AddAddress.ResponseBody>- Parameters:
key- URL parameter key.value- URL parameter value.- Returns:
- current instance.
-