public class Wall extends AbstractAction
| Constructor and Description |
|---|
Wall(VkApiClient client)
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
WallCheckCopyrightLinkQuery |
checkCopyrightLink(UserActor actor) |
WallCheckCopyrightLinkQuery |
checkCopyrightLink(UserActor actor,
java.lang.String link) |
WallCloseCommentsQuery |
closeComments(GroupActor actor) |
WallCloseCommentsQuery |
closeComments(GroupActor actor,
java.lang.Long ownerId,
java.lang.Integer postId) |
WallCloseCommentsQuery |
closeComments(UserActor actor) |
WallCloseCommentsQuery |
closeComments(UserActor actor,
java.lang.Long ownerId,
java.lang.Integer postId) |
WallCreateCommentQuery |
createComment(GroupActor actor)
Adds a comment to a post on a user wall or community wall.
|
WallCreateCommentQuery |
createComment(GroupActor actor,
java.lang.Integer postId)
Adds a comment to a post on a user wall or community wall.
|
WallCreateCommentQuery |
createComment(UserActor actor)
Adds a comment to a post on a user wall or community wall.
|
WallCreateCommentQuery |
createComment(UserActor actor,
java.lang.Integer postId)
Adds a comment to a post on a user wall or community wall.
|
WallDeleteQuery |
delete(UserActor actor)
Deletes a post from a user wall or community wall.
|
WallDeleteCommentQuery |
deleteComment(UserActor actor)
Deletes a comment on a post on a user wall or community wall.
|
WallDeleteCommentQuery |
deleteComment(UserActor actor,
java.lang.Integer commentId)
Deletes a comment on a post on a user wall or community wall.
|
WallEditQuery |
edit(UserActor actor)
Edits a post on a user wall or community wall.
|
WallEditQuery |
edit(UserActor actor,
java.lang.Integer postId)
Edits a post on a user wall or community wall.
|
WallEditAdsStealthQuery |
editAdsStealth(UserActor actor)
Allows to edit hidden post.
|
WallEditAdsStealthQuery |
editAdsStealth(UserActor actor,
java.lang.Integer postId)
Allows to edit hidden post.
|
WallEditCommentQuery |
editComment(UserActor actor)
Edits a comment on a user wall or community wall.
|
WallEditCommentQuery |
editComment(UserActor actor,
java.lang.Integer commentId)
Edits a comment on a user wall or community wall.
|
WallGetQuery |
get(ServiceActor actor)
Returns a list of posts on a user wall or community wall.
|
WallGetQuery |
get(UserActor actor)
Returns a list of posts on a user wall or community wall.
|
WallGetByIdQuery |
getById(ServiceActor actor)
Returns a list of posts from user or community walls by their IDs.
|
WallGetByIdQuery |
getById(ServiceActor actor,
java.util.List<java.lang.String> posts)
Returns a list of posts from user or community walls by their IDs.
|
WallGetByIdQuery |
getById(ServiceActor actor,
java.lang.String... posts)
Returns a list of posts from user or community walls by their IDs.
|
WallGetByIdQuery |
getById(UserActor actor)
Returns a list of posts from user or community walls by their IDs.
|
WallGetByIdQuery |
getById(UserActor actor,
java.util.List<java.lang.String> posts)
Returns a list of posts from user or community walls by their IDs.
|
WallGetByIdQuery |
getById(UserActor actor,
java.lang.String... posts)
Returns a list of posts from user or community walls by their IDs.
|
WallGetByIdQueryWithExtended |
getByIdExtended(ServiceActor actor,
java.util.List<java.lang.String> posts)
Returns a list of posts from user or community walls by their IDs.
|
WallGetByIdQueryWithExtended |
getByIdExtended(ServiceActor actor,
java.lang.String... posts)
Returns a list of posts from user or community walls by their IDs.
|
WallGetByIdQueryWithExtended |
getByIdExtended(UserActor actor,
java.util.List<java.lang.String> posts)
Returns a list of posts from user or community walls by their IDs.
|
WallGetByIdQueryWithExtended |
getByIdExtended(UserActor actor,
java.lang.String... posts)
Returns a list of posts from user or community walls by their IDs.
|
WallGetCommentQuery |
getComment(UserActor actor)
Returns a comment on a post on a user wall or community wall.
|
WallGetCommentQuery |
getComment(UserActor actor,
java.lang.Integer commentId)
Returns a comment on a post on a user wall or community wall.
|
WallGetCommentQueryWithExtended |
getCommentExtended(UserActor actor,
java.lang.Integer commentId)
Returns a comment on a post on a user wall or community wall.
|
WallGetCommentsQuery |
getComments(ServiceActor actor)
Returns a list of comments on a post on a user wall or community wall.
|
WallGetCommentsQuery |
getComments(UserActor actor)
Returns a list of comments on a post on a user wall or community wall.
|
WallGetCommentsQueryWithExtended |
getCommentsExtended(ServiceActor actor)
Returns a list of comments on a post on a user wall or community wall.
|
WallGetCommentsQueryWithExtended |
getCommentsExtended(UserActor actor)
Returns a list of comments on a post on a user wall or community wall.
|
WallGetQueryWithExtended |
getExtended(ServiceActor actor)
Returns a list of posts on a user wall or community wall.
|
WallGetQueryWithExtended |
getExtended(UserActor actor)
Returns a list of posts on a user wall or community wall.
|
WallGetRepostsQuery |
getReposts(ServiceActor actor)
Returns information about reposts of a post on user wall or community wall.
|
WallGetRepostsQuery |
getReposts(UserActor actor)
Returns information about reposts of a post on user wall or community wall.
|
WallOpenCommentsQuery |
openComments(GroupActor actor) |
WallOpenCommentsQuery |
openComments(GroupActor actor,
java.lang.Long ownerId,
java.lang.Integer postId) |
WallOpenCommentsQuery |
openComments(UserActor actor) |
WallOpenCommentsQuery |
openComments(UserActor actor,
java.lang.Long ownerId,
java.lang.Integer postId) |
WallPinQuery |
pin(UserActor actor)
Pins the post on wall.
|
WallPinQuery |
pin(UserActor actor,
java.lang.Integer postId)
Pins the post on wall.
|
WallPostQuery |
post(UserActor actor)
Adds a new post on a user wall or community wall.
|
WallPostAdsStealthQuery |
postAdsStealth(UserActor actor)
Allows to create hidden post which will not be shown on the community's wall and can be used for creating an ad with type "Community post".
|
WallPostAdsStealthQuery |
postAdsStealth(UserActor actor,
java.lang.Long ownerId)
Allows to create hidden post which will not be shown on the community's wall and can be used for creating an ad with type "Community post".
|
WallReportCommentQuery |
reportComment(UserActor actor)
Reports (submits a complaint about) a comment on a post on a user wall or community wall.
|
WallReportCommentQuery |
reportComment(UserActor actor,
java.lang.Long ownerId,
java.lang.Integer commentId)
Reports (submits a complaint about) a comment on a post on a user wall or community wall.
|
WallReportPostQuery |
reportPost(UserActor actor)
Reports (submits a complaint about) a post on a user wall or community wall.
|
WallReportPostQuery |
reportPost(UserActor actor,
java.lang.Long ownerId,
java.lang.Integer postId)
Reports (submits a complaint about) a post on a user wall or community wall.
|
WallRepostQuery |
repost(UserActor actor)
Reposts (copies) an object to a user wall or community wall.
|
WallRepostQuery |
repost(UserActor actor,
java.lang.String object)
Reposts (copies) an object to a user wall or community wall.
|
WallRestoreQuery |
restore(UserActor actor)
Restores a post deleted from a user wall or community wall.
|
WallRestoreCommentQuery |
restoreComment(UserActor actor)
Restores a comment deleted from a user wall or community wall.
|
WallRestoreCommentQuery |
restoreComment(UserActor actor,
java.lang.Integer commentId)
Restores a comment deleted from a user wall or community wall.
|
WallSearchQuery |
search(ServiceActor actor)
Allows to search posts on user or community walls.
|
WallSearchQuery |
search(UserActor actor)
Allows to search posts on user or community walls.
|
WallSearchQueryWithExtended |
searchExtended(ServiceActor actor)
Allows to search posts on user or community walls.
|
WallSearchQueryWithExtended |
searchExtended(UserActor actor)
Allows to search posts on user or community walls.
|
WallUnpinQuery |
unpin(UserActor actor)
Unpins the post on wall.
|
WallUnpinQuery |
unpin(UserActor actor,
java.lang.Integer postId)
Unpins the post on wall.
|
getClientpublic Wall(VkApiClient client)
client - vk api clientpublic WallCheckCopyrightLinkQuery checkCopyrightLink(UserActor actor, java.lang.String link)
actor - vk user actorlink - public WallCheckCopyrightLinkQuery checkCopyrightLink(UserActor actor)
actor - vk user actorpublic WallCloseCommentsQuery closeComments(UserActor actor, java.lang.Long ownerId, java.lang.Integer postId)
actor - vk user actorownerId - postId - public WallCloseCommentsQuery closeComments(UserActor actor)
actor - vk user actorpublic WallCloseCommentsQuery closeComments(GroupActor actor, java.lang.Long ownerId, java.lang.Integer postId)
actor - vk group actorownerId - postId - public WallCloseCommentsQuery closeComments(GroupActor actor)
actor - vk group actorpublic WallCreateCommentQuery createComment(UserActor actor, java.lang.Integer postId)
actor - vk user actorpostId - Post ID.public WallCreateCommentQuery createComment(UserActor actor)
actor - vk user actorpublic WallCreateCommentQuery createComment(GroupActor actor, java.lang.Integer postId)
actor - vk group actorpostId - Post ID.public WallCreateCommentQuery createComment(GroupActor actor)
actor - vk group actorpublic WallDeleteQuery delete(UserActor actor)
actor - vk user actorpublic WallDeleteCommentQuery deleteComment(UserActor actor, java.lang.Integer commentId)
actor - vk user actorcommentId - Comment ID.public WallDeleteCommentQuery deleteComment(UserActor actor)
actor - vk user actorpublic WallEditQuery edit(UserActor actor, java.lang.Integer postId)
actor - vk user actorpostId - public WallEditQuery edit(UserActor actor)
actor - vk user actorpublic WallEditAdsStealthQuery editAdsStealth(UserActor actor, java.lang.Integer postId)
actor - vk user actorpostId - Post ID. Used for publishing of scheduled and suggested posts.public WallEditAdsStealthQuery editAdsStealth(UserActor actor)
actor - vk user actorpublic WallEditCommentQuery editComment(UserActor actor, java.lang.Integer commentId)
actor - vk user actorcommentId - Comment ID.public WallEditCommentQuery editComment(UserActor actor)
actor - vk user actorpublic WallGetQueryWithExtended getExtended(UserActor actor)
actor - vk user actorpublic WallGetQueryWithExtended getExtended(ServiceActor actor)
actor - vk service actorpublic WallGetQuery get(UserActor actor)
actor - vk user actorpublic WallGetQuery get(ServiceActor actor)
actor - vk service actorpublic WallGetByIdQueryWithExtended getByIdExtended(UserActor actor, java.lang.String... posts)
actor - vk user actorposts - User or community IDs and post IDs, separated by underscores. Use a negative value to designate a community ID. Example: "93388_21539,93388_20904,2943_4276,-1_1"public WallGetByIdQueryWithExtended getByIdExtended(UserActor actor, java.util.List<java.lang.String> posts)
actor - vk user actorposts - User or community IDs and post IDs, separated by underscores. Use a negative value to designate a community ID. Example: "93388_21539,93388_20904,2943_4276,-1_1"public WallGetByIdQueryWithExtended getByIdExtended(ServiceActor actor, java.lang.String... posts)
actor - vk service actorposts - User or community IDs and post IDs, separated by underscores. Use a negative value to designate a community ID. Example: "93388_21539,93388_20904,2943_4276,-1_1"public WallGetByIdQueryWithExtended getByIdExtended(ServiceActor actor, java.util.List<java.lang.String> posts)
actor - vk service actorposts - User or community IDs and post IDs, separated by underscores. Use a negative value to designate a community ID. Example: "93388_21539,93388_20904,2943_4276,-1_1"public WallGetByIdQuery getById(UserActor actor, java.lang.String... posts)
actor - vk user actorposts - User or community IDs and post IDs, separated by underscores. Use a negative value to designate a community ID. Example: "93388_21539,93388_20904,2943_4276,-1_1"public WallGetByIdQuery getById(UserActor actor, java.util.List<java.lang.String> posts)
actor - vk user actorposts - User or community IDs and post IDs, separated by underscores. Use a negative value to designate a community ID. Example: "93388_21539,93388_20904,2943_4276,-1_1"public WallGetByIdQuery getById(UserActor actor)
actor - vk user actorpublic WallGetByIdQuery getById(ServiceActor actor, java.lang.String... posts)
actor - vk service actorposts - User or community IDs and post IDs, separated by underscores. Use a negative value to designate a community ID. Example: "93388_21539,93388_20904,2943_4276,-1_1"public WallGetByIdQuery getById(ServiceActor actor, java.util.List<java.lang.String> posts)
actor - vk service actorposts - User or community IDs and post IDs, separated by underscores. Use a negative value to designate a community ID. Example: "93388_21539,93388_20904,2943_4276,-1_1"public WallGetByIdQuery getById(ServiceActor actor)
actor - vk service actorpublic WallGetCommentQueryWithExtended getCommentExtended(UserActor actor, java.lang.Integer commentId)
actor - vk user actorcommentId - Comment ID.public WallGetCommentQuery getComment(UserActor actor, java.lang.Integer commentId)
actor - vk user actorcommentId - Comment ID.public WallGetCommentQuery getComment(UserActor actor)
actor - vk user actorpublic WallGetCommentsQueryWithExtended getCommentsExtended(UserActor actor)
actor - vk user actorpublic WallGetCommentsQueryWithExtended getCommentsExtended(ServiceActor actor)
actor - vk service actorpublic WallGetCommentsQuery getComments(UserActor actor)
actor - vk user actorpublic WallGetCommentsQuery getComments(ServiceActor actor)
actor - vk service actorpublic WallGetRepostsQuery getReposts(UserActor actor)
actor - vk user actorpublic WallGetRepostsQuery getReposts(ServiceActor actor)
actor - vk service actorpublic WallOpenCommentsQuery openComments(UserActor actor, java.lang.Long ownerId, java.lang.Integer postId)
actor - vk user actorownerId - postId - public WallOpenCommentsQuery openComments(UserActor actor)
actor - vk user actorpublic WallOpenCommentsQuery openComments(GroupActor actor, java.lang.Long ownerId, java.lang.Integer postId)
actor - vk group actorownerId - postId - public WallOpenCommentsQuery openComments(GroupActor actor)
actor - vk group actorpublic WallPinQuery pin(UserActor actor, java.lang.Integer postId)
actor - vk user actorpostId - Post ID.public WallPinQuery pin(UserActor actor)
actor - vk user actorpublic WallPostQuery post(UserActor actor)
actor - vk user actorpublic WallPostAdsStealthQuery postAdsStealth(UserActor actor, java.lang.Long ownerId)
actor - vk user actorownerId - User ID or community ID. Use a negative value to designate a community ID.public WallPostAdsStealthQuery postAdsStealth(UserActor actor)
actor - vk user actorpublic WallReportCommentQuery reportComment(UserActor actor, java.lang.Long ownerId, java.lang.Integer commentId)
actor - vk user actorownerId - ID of the user or community that owns the wall.commentId - Comment ID.public WallReportCommentQuery reportComment(UserActor actor)
actor - vk user actorpublic WallReportPostQuery reportPost(UserActor actor, java.lang.Long ownerId, java.lang.Integer postId)
actor - vk user actorownerId - ID of the user or community that owns the wall.postId - Post ID.public WallReportPostQuery reportPost(UserActor actor)
actor - vk user actorpublic WallRepostQuery repost(UserActor actor, java.lang.String object)
actor - vk user actorobject - ID of the object to be reposted on the wall. Example: "wall66748_3675"public WallRepostQuery repost(UserActor actor)
actor - vk user actorpublic WallRestoreQuery restore(UserActor actor)
actor - vk user actorpublic WallRestoreCommentQuery restoreComment(UserActor actor, java.lang.Integer commentId)
actor - vk user actorcommentId - Comment ID.public WallRestoreCommentQuery restoreComment(UserActor actor)
actor - vk user actorpublic WallSearchQuery search(UserActor actor)
actor - vk user actorpublic WallSearchQuery search(ServiceActor actor)
actor - vk service actorpublic WallSearchQueryWithExtended searchExtended(UserActor actor)
actor - vk user actorpublic WallSearchQueryWithExtended searchExtended(ServiceActor actor)
actor - vk service actorpublic WallUnpinQuery unpin(UserActor actor, java.lang.Integer postId)
actor - vk user actorpostId - Post ID.public WallUnpinQuery unpin(UserActor actor)
actor - vk user actor