public class Photos extends AbstractAction
| Constructor and Description |
|---|
Photos(VkApiClient client)
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
PhotosConfirmTagQuery |
confirmTag(UserActor actor)
Confirms a tag on a photo.
|
PhotosConfirmTagQuery |
confirmTag(UserActor actor,
java.lang.String photoId,
java.lang.Integer tagId)
Confirms a tag on a photo.
|
PhotosCopyQuery |
copy(UserActor actor)
Allows to copy a photo to the "Saved photos" album
|
PhotosCopyQuery |
copy(UserActor actor,
java.lang.Long ownerId,
java.lang.Integer photoId)
Allows to copy a photo to the "Saved photos" album
|
PhotosCreateAlbumQuery |
createAlbum(UserActor actor)
Creates an empty photo album.
|
PhotosCreateAlbumQuery |
createAlbum(UserActor actor,
java.lang.String title)
Creates an empty photo album.
|
PhotosCreateCommentQuery |
createComment(UserActor actor)
Adds a new comment on the photo.
|
PhotosCreateCommentQuery |
createComment(UserActor actor,
java.lang.Integer photoId)
Adds a new comment on the photo.
|
PhotosDeleteQuery |
delete(UserActor actor)
Deletes a photo.
|
PhotosDeleteAlbumQuery |
deleteAlbum(UserActor actor)
Deletes a photo album belonging to the current user.
|
PhotosDeleteAlbumQuery |
deleteAlbum(UserActor actor,
java.lang.Integer albumId)
Deletes a photo album belonging to the current user.
|
PhotosDeleteCommentQuery |
deleteComment(UserActor actor)
Deletes a comment on the photo.
|
PhotosDeleteCommentQuery |
deleteComment(UserActor actor,
java.lang.Integer commentId)
Deletes a comment on the photo.
|
PhotosEditQuery |
edit(UserActor actor)
Edits the caption of a photo.
|
PhotosEditQuery |
edit(UserActor actor,
java.lang.Integer photoId)
Edits the caption of a photo.
|
PhotosEditAlbumQuery |
editAlbum(UserActor actor)
Edits information about a photo album.
|
PhotosEditAlbumQuery |
editAlbum(UserActor actor,
java.lang.Integer albumId)
Edits information about a photo album.
|
PhotosEditCommentQuery |
editComment(UserActor actor)
Edits a comment on a photo.
|
PhotosEditCommentQuery |
editComment(UserActor actor,
java.lang.Integer commentId)
Edits a comment on a photo.
|
PhotosGetQuery |
get(ServiceActor actor)
Returns a list of a user's or community's photos.
|
PhotosGetQuery |
get(UserActor actor)
Returns a list of a user's or community's photos.
|
PhotosGetAlbumsQuery |
getAlbums(ServiceActor actor)
Returns a list of a user's or community's photo albums.
|
PhotosGetAlbumsQuery |
getAlbums(UserActor actor)
Returns a list of a user's or community's photo albums.
|
PhotosGetAlbumsCountQuery |
getAlbumsCount(UserActor actor)
Returns the number of photo albums belonging to a user or community.
|
PhotosGetAllQuery |
getAll(UserActor actor)
Returns a list of photos belonging to a user or community, in reverse chronological order.
|
PhotosGetAllCommentsQuery |
getAllComments(UserActor actor)
Returns a list of comments on a specific photo album or all albums of the user sorted in reverse chronological order.
|
PhotosGetByIdQuery |
getById(ServiceActor actor)
Returns information about photos by their IDs.
|
PhotosGetByIdQuery |
getById(ServiceActor actor,
java.util.List<java.lang.String> photos)
Returns information about photos by their IDs.
|
PhotosGetByIdQuery |
getById(ServiceActor actor,
java.lang.String... photos)
Returns information about photos by their IDs.
|
PhotosGetByIdQuery |
getById(UserActor actor)
Returns information about photos by their IDs.
|
PhotosGetByIdQuery |
getById(UserActor actor,
java.util.List<java.lang.String> photos)
Returns information about photos by their IDs.
|
PhotosGetByIdQuery |
getById(UserActor actor,
java.lang.String... photos)
Returns information about photos by their IDs.
|
PhotosGetChatUploadServerQuery |
getChatUploadServer(GroupActor actor)
Returns an upload link for chat cover pictures.
|
PhotosGetChatUploadServerQuery |
getChatUploadServer(GroupActor actor,
java.lang.Integer chatId)
Returns an upload link for chat cover pictures.
|
PhotosGetChatUploadServerQuery |
getChatUploadServer(UserActor actor)
Returns an upload link for chat cover pictures.
|
PhotosGetChatUploadServerQuery |
getChatUploadServer(UserActor actor,
java.lang.Integer chatId)
Returns an upload link for chat cover pictures.
|
PhotosGetCommentsQuery |
getComments(UserActor actor)
Returns a list of comments on a photo.
|
PhotosGetCommentsQuery |
getComments(UserActor actor,
java.lang.Integer photoId)
Returns a list of comments on a photo.
|
PhotosGetCommentsQueryWithExtended |
getCommentsExtended(UserActor actor,
java.lang.Integer photoId)
Returns a list of comments on a photo.
|
PhotosGetMarketAlbumUploadServerQuery |
getMarketAlbumUploadServer(UserActor actor)
Returns the server address for market album photo upload.
|
PhotosGetMarketAlbumUploadServerQuery |
getMarketAlbumUploadServer(UserActor actor,
java.lang.Long groupId)
Returns the server address for market album photo upload.
|
PhotosGetMarketUploadServerQuery |
getMarketUploadServer(UserActor actor)
Returns the server address for market photo upload.
|
PhotosGetMarketUploadServerQuery |
getMarketUploadServer(UserActor actor,
java.lang.Long groupId)
Returns the server address for market photo upload.
|
PhotosGetMessagesUploadServerQuery |
getMessagesUploadServer(GroupActor actor)
Returns the server address for photo upload in a private message for a user.
|
PhotosGetMessagesUploadServerQuery |
getMessagesUploadServer(UserActor actor)
Returns the server address for photo upload in a private message for a user.
|
PhotosGetNewTagsQuery |
getNewTags(UserActor actor)
Returns a list of photos with tags that have not been viewed.
|
PhotosGetOwnerCoverPhotoUploadServerQuery |
getOwnerCoverPhotoUploadServer(GroupActor actor)
Returns the server address for owner cover upload.
|
PhotosGetOwnerCoverPhotoUploadServerQuery |
getOwnerCoverPhotoUploadServer(UserActor actor)
Returns the server address for owner cover upload.
|
PhotosGetOwnerPhotoUploadServerQuery |
getOwnerPhotoUploadServer(UserActor actor)
Returns an upload server address for a profile or community photo.
|
PhotosGetTagsQuery |
getTags(UserActor actor)
Returns a list of tags on a photo.
|
PhotosGetTagsQuery |
getTags(UserActor actor,
java.lang.Integer photoId)
Returns a list of tags on a photo.
|
PhotosGetUploadServerQuery |
getUploadServer(UserActor actor)
Returns the server address for photo upload.
|
PhotosGetUserPhotosQuery |
getUserPhotos(UserActor actor)
Returns a list of photos in which a user is tagged.
|
PhotosGetWallUploadServerQuery |
getWallUploadServer(UserActor actor)
Returns the server address for photo upload onto a user's wall.
|
PhotosMakeCoverQuery |
makeCover(UserActor actor)
Makes a photo into an album cover.
|
PhotosMakeCoverQuery |
makeCover(UserActor actor,
java.lang.Integer photoId)
Makes a photo into an album cover.
|
PhotosMoveQuery |
move(UserActor actor)
Moves a photo from one album to another.
|
PhotosMoveQuery |
move(UserActor actor,
java.lang.Integer targetAlbumId,
java.lang.Integer... photoIds)
Moves a photo from one album to another.
|
PhotosMoveQuery |
move(UserActor actor,
java.lang.Integer targetAlbumId,
java.util.List<java.lang.Integer> photoIds)
Moves a photo from one album to another.
|
PhotosPutTagQuery |
putTag(UserActor actor)
Adds a tag on the photo.
|
PhotosPutTagQuery |
putTag(UserActor actor,
java.lang.Integer photoId,
java.lang.Long userId)
Adds a tag on the photo.
|
PhotosRemoveTagQuery |
removeTag(UserActor actor)
Removes a tag from a photo.
|
PhotosRemoveTagQuery |
removeTag(UserActor actor,
java.lang.Integer photoId,
java.lang.Integer tagId)
Removes a tag from a photo.
|
PhotosReorderAlbumsQuery |
reorderAlbums(UserActor actor)
Reorders the album in the list of user albums.
|
PhotosReorderAlbumsQuery |
reorderAlbums(UserActor actor,
java.lang.Integer albumId)
Reorders the album in the list of user albums.
|
PhotosReorderPhotosQuery |
reorderPhotos(UserActor actor)
Reorders the photo in the list of photos of the user album.
|
PhotosReorderPhotosQuery |
reorderPhotos(UserActor actor,
java.lang.Integer photoId)
Reorders the photo in the list of photos of the user album.
|
PhotosReportQuery |
report(UserActor actor)
Reports (submits a complaint about) a photo.
|
PhotosReportQuery |
report(UserActor actor,
java.lang.Long ownerId,
java.lang.Integer photoId)
Reports (submits a complaint about) a photo.
|
PhotosReportCommentQuery |
reportComment(UserActor actor)
Reports (submits a complaint about) a comment on a photo.
|
PhotosReportCommentQuery |
reportComment(UserActor actor,
java.lang.Long ownerId,
java.lang.Integer commentId)
Reports (submits a complaint about) a comment on a photo.
|
PhotosRestoreQuery |
restore(UserActor actor)
Restores a deleted photo.
|
PhotosRestoreQuery |
restore(UserActor actor,
java.lang.Integer photoId)
Restores a deleted photo.
|
PhotosRestoreCommentQuery |
restoreComment(UserActor actor)
Restores a deleted comment on a photo.
|
PhotosRestoreCommentQuery |
restoreComment(UserActor actor,
java.lang.Integer commentId)
Restores a deleted comment on a photo.
|
PhotosSaveQuery |
save(UserActor actor)
Saves photos after successful uploading.
|
PhotosSaveMarketAlbumPhotoQuery |
saveMarketAlbumPhoto(UserActor actor)
Saves market album photos after successful uploading.
|
PhotosSaveMarketAlbumPhotoQuery |
saveMarketAlbumPhoto(UserActor actor,
java.lang.Long groupId,
java.lang.String photo,
java.lang.Integer server,
java.lang.String hash)
Saves market album photos after successful uploading.
|
PhotosSaveMarketPhotoQuery |
saveMarketPhoto(UserActor actor)
Saves market photos after successful uploading.
|
PhotosSaveMarketPhotoQuery |
saveMarketPhoto(UserActor actor,
java.lang.String photo,
java.lang.Integer server,
java.lang.String hash)
Saves market photos after successful uploading.
|
PhotosSaveMessagesPhotoQuery |
saveMessagesPhoto(GroupActor actor)
Saves a photo after being successfully uploaded.
|
PhotosSaveMessagesPhotoQuery |
saveMessagesPhoto(GroupActor actor,
java.lang.String photo)
Saves a photo after being successfully uploaded.
|
PhotosSaveMessagesPhotoQuery |
saveMessagesPhoto(UserActor actor)
Saves a photo after being successfully uploaded.
|
PhotosSaveMessagesPhotoQuery |
saveMessagesPhoto(UserActor actor,
java.lang.String photo)
Saves a photo after being successfully uploaded.
|
PhotosSaveOwnerCoverPhotoQuery |
saveOwnerCoverPhoto(GroupActor actor)
Saves cover photo after successful uploading.
|
PhotosSaveOwnerCoverPhotoQuery |
saveOwnerCoverPhoto(UserActor actor)
Saves cover photo after successful uploading.
|
PhotosSaveOwnerPhotoQuery |
saveOwnerPhoto(UserActor actor)
Saves a profile or community photo.
|
PhotosSaveWallPhotoQuery |
saveWallPhoto(UserActor actor)
Saves a photo to a user's or community's wall after being uploaded.
|
PhotosSaveWallPhotoQuery |
saveWallPhoto(UserActor actor,
java.lang.String photo)
Saves a photo to a user's or community's wall after being uploaded.
|
PhotosSearchQuery |
search(ServiceActor actor)
Returns a list of photos.
|
PhotosSearchQuery |
search(UserActor actor)
Returns a list of photos.
|
getClientpublic Photos(VkApiClient client)
client - vk api clientpublic PhotosConfirmTagQuery confirmTag(UserActor actor, java.lang.String photoId, java.lang.Integer tagId)
actor - vk user actorphotoId - Photo ID.tagId - Tag ID.public PhotosConfirmTagQuery confirmTag(UserActor actor)
actor - vk user actorpublic PhotosCopyQuery copy(UserActor actor, java.lang.Long ownerId, java.lang.Integer photoId)
actor - vk user actorownerId - photo's owner IDphotoId - photo IDpublic PhotosCopyQuery copy(UserActor actor)
actor - vk user actorpublic PhotosCreateAlbumQuery createAlbum(UserActor actor, java.lang.String title)
actor - vk user actortitle - Album title.public PhotosCreateAlbumQuery createAlbum(UserActor actor)
actor - vk user actorpublic PhotosCreateCommentQuery createComment(UserActor actor, java.lang.Integer photoId)
actor - vk user actorphotoId - Photo ID.public PhotosCreateCommentQuery createComment(UserActor actor)
actor - vk user actorpublic PhotosDeleteQuery delete(UserActor actor)
actor - vk user actorpublic PhotosDeleteAlbumQuery deleteAlbum(UserActor actor, java.lang.Integer albumId)
actor - vk user actoralbumId - Album ID.public PhotosDeleteAlbumQuery deleteAlbum(UserActor actor)
actor - vk user actorpublic PhotosDeleteCommentQuery deleteComment(UserActor actor, java.lang.Integer commentId)
actor - vk user actorcommentId - Comment ID.public PhotosDeleteCommentQuery deleteComment(UserActor actor)
actor - vk user actorpublic PhotosEditQuery edit(UserActor actor, java.lang.Integer photoId)
actor - vk user actorphotoId - Photo ID.public PhotosEditQuery edit(UserActor actor)
actor - vk user actorpublic PhotosEditAlbumQuery editAlbum(UserActor actor, java.lang.Integer albumId)
actor - vk user actoralbumId - ID of the photo album to be edited.public PhotosEditAlbumQuery editAlbum(UserActor actor)
actor - vk user actorpublic PhotosEditCommentQuery editComment(UserActor actor, java.lang.Integer commentId)
actor - vk user actorcommentId - Comment ID.public PhotosEditCommentQuery editComment(UserActor actor)
actor - vk user actorpublic PhotosGetQuery get(UserActor actor)
actor - vk user actorpublic PhotosGetQuery get(ServiceActor actor)
actor - vk service actorpublic PhotosGetAlbumsQuery getAlbums(UserActor actor)
actor - vk user actorpublic PhotosGetAlbumsQuery getAlbums(ServiceActor actor)
actor - vk service actorpublic PhotosGetAlbumsCountQuery getAlbumsCount(UserActor actor)
actor - vk user actorpublic PhotosGetAllQuery getAll(UserActor actor)
actor - vk user actorpublic PhotosGetAllCommentsQuery getAllComments(UserActor actor)
actor - vk user actorpublic PhotosGetByIdQuery getById(UserActor actor, java.lang.String... photos)
actor - vk user actorphotos - IDs separated with a comma, that are IDs of users who posted photos and IDs of photos themselves with an underscore character between such IDs. To get information about a photo in the group album, you shall specify group ID instead of user ID. Example: "1_129207899,6492_135055734, , -20629724_271945303"public PhotosGetByIdQuery getById(UserActor actor, java.util.List<java.lang.String> photos)
actor - vk user actorphotos - IDs separated with a comma, that are IDs of users who posted photos and IDs of photos themselves with an underscore character between such IDs. To get information about a photo in the group album, you shall specify group ID instead of user ID. Example: "1_129207899,6492_135055734, , -20629724_271945303"public PhotosGetByIdQuery getById(UserActor actor)
actor - vk user actorpublic PhotosGetByIdQuery getById(ServiceActor actor, java.lang.String... photos)
actor - vk service actorphotos - IDs separated with a comma, that are IDs of users who posted photos and IDs of photos themselves with an underscore character between such IDs. To get information about a photo in the group album, you shall specify group ID instead of user ID. Example: "1_129207899,6492_135055734, , -20629724_271945303"public PhotosGetByIdQuery getById(ServiceActor actor, java.util.List<java.lang.String> photos)
actor - vk service actorphotos - IDs separated with a comma, that are IDs of users who posted photos and IDs of photos themselves with an underscore character between such IDs. To get information about a photo in the group album, you shall specify group ID instead of user ID. Example: "1_129207899,6492_135055734, , -20629724_271945303"public PhotosGetByIdQuery getById(ServiceActor actor)
actor - vk service actorpublic PhotosGetChatUploadServerQuery getChatUploadServer(UserActor actor, java.lang.Integer chatId)
actor - vk user actorchatId - ID of the chat for which you want to upload a cover photo.public PhotosGetChatUploadServerQuery getChatUploadServer(UserActor actor)
actor - vk user actorpublic PhotosGetChatUploadServerQuery getChatUploadServer(GroupActor actor, java.lang.Integer chatId)
actor - vk group actorchatId - ID of the chat for which you want to upload a cover photo.public PhotosGetChatUploadServerQuery getChatUploadServer(GroupActor actor)
actor - vk group actorpublic PhotosGetCommentsQuery getComments(UserActor actor, java.lang.Integer photoId)
actor - vk user actorphotoId - Photo ID.public PhotosGetCommentsQuery getComments(UserActor actor)
actor - vk user actorpublic PhotosGetCommentsQueryWithExtended getCommentsExtended(UserActor actor, java.lang.Integer photoId)
actor - vk user actorphotoId - Photo ID.public PhotosGetMarketAlbumUploadServerQuery getMarketAlbumUploadServer(UserActor actor, java.lang.Long groupId)
actor - vk user actorgroupId - Community ID.public PhotosGetMarketAlbumUploadServerQuery getMarketAlbumUploadServer(UserActor actor)
actor - vk user actorpublic PhotosGetMarketUploadServerQuery getMarketUploadServer(UserActor actor, java.lang.Long groupId)
actor - vk user actorgroupId - Community ID.public PhotosGetMarketUploadServerQuery getMarketUploadServer(UserActor actor)
actor - vk user actorpublic PhotosGetMessagesUploadServerQuery getMessagesUploadServer(UserActor actor)
actor - vk user actorpublic PhotosGetMessagesUploadServerQuery getMessagesUploadServer(GroupActor actor)
actor - vk group actorpublic PhotosGetNewTagsQuery getNewTags(UserActor actor)
actor - vk user actorpublic PhotosGetOwnerCoverPhotoUploadServerQuery getOwnerCoverPhotoUploadServer(UserActor actor)
actor - vk user actorpublic PhotosGetOwnerCoverPhotoUploadServerQuery getOwnerCoverPhotoUploadServer(GroupActor actor)
actor - vk group actorpublic PhotosGetOwnerPhotoUploadServerQuery getOwnerPhotoUploadServer(UserActor actor)
actor - vk user actorpublic PhotosGetTagsQuery getTags(UserActor actor, java.lang.Integer photoId)
actor - vk user actorphotoId - Photo ID.public PhotosGetTagsQuery getTags(UserActor actor)
actor - vk user actorpublic PhotosGetUploadServerQuery getUploadServer(UserActor actor)
actor - vk user actorpublic PhotosGetUserPhotosQuery getUserPhotos(UserActor actor)
actor - vk user actorpublic PhotosGetWallUploadServerQuery getWallUploadServer(UserActor actor)
actor - vk user actorpublic PhotosMakeCoverQuery makeCover(UserActor actor, java.lang.Integer photoId)
actor - vk user actorphotoId - Photo ID.public PhotosMakeCoverQuery makeCover(UserActor actor)
actor - vk user actorpublic PhotosMoveQuery move(UserActor actor, java.lang.Integer targetAlbumId, java.lang.Integer... photoIds)
actor - vk user actortargetAlbumId - ID of the album to which the photo will be moved.photoIds - public PhotosMoveQuery move(UserActor actor, java.lang.Integer targetAlbumId, java.util.List<java.lang.Integer> photoIds)
actor - vk user actortargetAlbumId - ID of the album to which the photo will be moved.photoIds - public PhotosMoveQuery move(UserActor actor)
actor - vk user actorpublic PhotosPutTagQuery putTag(UserActor actor, java.lang.Integer photoId, java.lang.Long userId)
actor - vk user actorphotoId - Photo ID.userId - ID of the user to be tagged.public PhotosPutTagQuery putTag(UserActor actor)
actor - vk user actorpublic PhotosRemoveTagQuery removeTag(UserActor actor, java.lang.Integer photoId, java.lang.Integer tagId)
actor - vk user actorphotoId - Photo ID.tagId - Tag ID.public PhotosRemoveTagQuery removeTag(UserActor actor)
actor - vk user actorpublic PhotosReorderAlbumsQuery reorderAlbums(UserActor actor, java.lang.Integer albumId)
actor - vk user actoralbumId - Album ID.public PhotosReorderAlbumsQuery reorderAlbums(UserActor actor)
actor - vk user actorpublic PhotosReorderPhotosQuery reorderPhotos(UserActor actor, java.lang.Integer photoId)
actor - vk user actorphotoId - Photo ID.public PhotosReorderPhotosQuery reorderPhotos(UserActor actor)
actor - vk user actorpublic PhotosReportQuery report(UserActor actor, java.lang.Long ownerId, java.lang.Integer photoId)
actor - vk user actorownerId - ID of the user or community that owns the photo.photoId - Photo ID.public PhotosReportQuery report(UserActor actor)
actor - vk user actorpublic PhotosReportCommentQuery reportComment(UserActor actor, java.lang.Long ownerId, java.lang.Integer commentId)
actor - vk user actorownerId - ID of the user or community that owns the photo.commentId - ID of the comment being reported.public PhotosReportCommentQuery reportComment(UserActor actor)
actor - vk user actorpublic PhotosRestoreQuery restore(UserActor actor, java.lang.Integer photoId)
actor - vk user actorphotoId - Photo ID.public PhotosRestoreQuery restore(UserActor actor)
actor - vk user actorpublic PhotosRestoreCommentQuery restoreComment(UserActor actor, java.lang.Integer commentId)
actor - vk user actorcommentId - ID of the deleted comment.public PhotosRestoreCommentQuery restoreComment(UserActor actor)
actor - vk user actorpublic PhotosSaveQuery save(UserActor actor)
actor - vk user actorpublic PhotosSaveMarketAlbumPhotoQuery saveMarketAlbumPhoto(UserActor actor, java.lang.Long groupId, java.lang.String photo, java.lang.Integer server, java.lang.String hash)
actor - vk user actorgroupId - Community ID.photo - Parameter returned when photos are [vk.com/dev/upload_files|uploaded to server].server - Parameter returned when photos are [vk.com/dev/upload_files|uploaded to server].hash - Parameter returned when photos are [vk.com/dev/upload_files|uploaded to server].public PhotosSaveMarketAlbumPhotoQuery saveMarketAlbumPhoto(UserActor actor)
actor - vk user actorpublic PhotosSaveMarketPhotoQuery saveMarketPhoto(UserActor actor, java.lang.String photo, java.lang.Integer server, java.lang.String hash)
actor - vk user actorphoto - Parameter returned when photos are [vk.com/dev/upload_files|uploaded to server].server - Parameter returned when photos are [vk.com/dev/upload_files|uploaded to server].hash - Parameter returned when photos are [vk.com/dev/upload_files|uploaded to server].public PhotosSaveMarketPhotoQuery saveMarketPhoto(UserActor actor)
actor - vk user actorpublic PhotosSaveMessagesPhotoQuery saveMessagesPhoto(UserActor actor, java.lang.String photo)
actor - vk user actorphoto - Parameter returned when the photo is [vk.com/dev/upload_files|uploaded to the server].public PhotosSaveMessagesPhotoQuery saveMessagesPhoto(UserActor actor)
actor - vk user actorpublic PhotosSaveMessagesPhotoQuery saveMessagesPhoto(GroupActor actor, java.lang.String photo)
actor - vk group actorphoto - Parameter returned when the photo is [vk.com/dev/upload_files|uploaded to the server].public PhotosSaveMessagesPhotoQuery saveMessagesPhoto(GroupActor actor)
actor - vk group actorpublic PhotosSaveOwnerCoverPhotoQuery saveOwnerCoverPhoto(UserActor actor)
actor - vk user actorpublic PhotosSaveOwnerCoverPhotoQuery saveOwnerCoverPhoto(GroupActor actor)
actor - vk group actorpublic PhotosSaveOwnerPhotoQuery saveOwnerPhoto(UserActor actor)
actor - vk user actorpublic PhotosSaveWallPhotoQuery saveWallPhoto(UserActor actor, java.lang.String photo)
actor - vk user actorphoto - Parameter returned when the the photo is [vk.com/dev/upload_files|uploaded to the server].public PhotosSaveWallPhotoQuery saveWallPhoto(UserActor actor)
actor - vk user actorpublic PhotosSearchQuery search(UserActor actor)
actor - vk user actorpublic PhotosSearchQuery search(ServiceActor actor)
actor - vk service actor