Class SetCallbackSettings
java.lang.Object
api.longpoll.bots.methods.impl.VkMethod<IntegerResponseBody>
api.longpoll.bots.methods.impl.groups.SetCallbackSettings
Implements groups.setCallbackSettings method.
Allows setting notifications configuration for Callback API.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionAdds URL parameter to HTTP request.protected Class<IntegerResponseBody>
Gets a class of VK API response.setApiVersion
(String apiVersion) setAudioNew
(boolean audioNew) setBoardPostDelete
(boolean boardPostDelete) setBoardPostEdit
(boolean boardPostEdit) setBoardPostNew
(boolean boardPostNew) setBoardPostRestore
(boolean boardPostRestore) setGroupChangePhoto
(boolean groupChangePhoto) setGroupChangeSettings
(boolean groupChangeSettings) setGroupId
(int groupId) setGroupJoin
(boolean groupJoin) setGroupLeave
(boolean groupLeave) setGroupOfficersEdit
(boolean groupOfficersEdit) setLeadFormsNew
(boolean leadFormsNew) setLikeAdd
(boolean likeAdd) setLikeRemove
(boolean likeRemove) setMarketCommentDelete
(boolean marketCommentDelete) setMarketCommentEdit
(boolean marketCommentEdit) setMarketCommentNew
(boolean marketCommentNew) setMarketCommentRestore
(boolean marketCommentRestore) setMessageAllow
(boolean messageAllow) setMessageDeny
(boolean messageDeny) setMessageEdit
(boolean messageEdit) setMessageNew
(boolean messageNew) setMessageReply
(boolean messageReply) setMessageTypingState
(boolean messageTypingState) setPhotoCommentDelete
(boolean photoCommentDelete) setPhotoCommentEdit
(boolean photoCommentEdit) setPhotoCommentNew
(boolean photoCommentNew) setPhotoCommentRestore
(boolean photoCommentRestore) setPhotoNew
(boolean photoNew) setPollVoteNew
(boolean pollVoteNew) setServerId
(int serverId) setUserBlock
(boolean userBlock) setUserUnblock
(boolean userUnblock) setVideoCommentDelete
(boolean videoCommentDelete) setVideoCommentEdit
(boolean videoCommentEdit) setVideoCommentNew
(boolean videoCommentNew) setVideoCommentRestore
(boolean videoCommentRestore) setVideoNew
(boolean videoNew) setWallPostNew
(boolean wallPostNew) setWallPostRepost
(boolean wallPostRepost) setWallReplyDelete
(boolean wallReplyDelete) setWallReplyEdit
(boolean wallReplyEdit) setWallReplyNew
(boolean wallReplyNew) setWallReplyRestore
(boolean wallReplyRestore) Methods inherited from class api.longpoll.bots.methods.impl.VkMethod
execute, executeAsync, newRequestBody, setLang
-
Constructor Details
-
SetCallbackSettings
-
-
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<IntegerResponseBody>
- Returns:
- a class of VK API response.
-
setGroupId
-
setServerId
-
setApiVersion
-
setMessageNew
-
setMessageReply
-
setMessageAllow
-
setMessageEdit
-
setMessageDeny
-
setMessageTypingState
-
setPhotoNew
-
setAudioNew
-
setVideoNew
-
setWallReplyNew
-
setWallReplyEdit
-
setWallReplyDelete
-
setWallReplyRestore
-
setWallPostNew
-
setWallPostRepost
-
setBoardPostNew
-
setBoardPostEdit
-
setBoardPostRestore
-
setBoardPostDelete
-
setPhotoCommentNew
-
setPhotoCommentEdit
-
setPhotoCommentDelete
-
setPhotoCommentRestore
-
setVideoCommentNew
-
setVideoCommentEdit
-
setVideoCommentDelete
-
setVideoCommentRestore
-
setMarketCommentNew
-
setMarketCommentEdit
-
setMarketCommentDelete
-
setMarketCommentRestore
-
setPollVoteNew
-
setGroupJoin
-
setGroupLeave
-
setGroupChangeSettings
-
setGroupChangePhoto
-
setGroupOfficersEdit
-
setUserBlock
-
setUserUnblock
-
setLeadFormsNew
-
setLikeAdd
-
setLikeRemove
-
addParam
Description copied from class:VkMethod
Adds URL parameter to HTTP request.- Overrides:
addParam
in classVkMethod<IntegerResponseBody>
- Parameters:
key
- URL parameter key.value
- URL parameter value.- Returns:
- current instance.
-