public class Stories extends AbstractAction
| Constructor and Description |
|---|
Stories(VkApiClient client)
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
StoriesBanOwnerQuery |
banOwner(UserActor actor)
Allows to hide stories from chosen sources from current user's feed.
|
StoriesBanOwnerQuery |
banOwner(UserActor actor,
java.util.List<java.lang.Long> ownersIds)
Allows to hide stories from chosen sources from current user's feed.
|
StoriesBanOwnerQuery |
banOwner(UserActor actor,
java.lang.Long... ownersIds)
Allows to hide stories from chosen sources from current user's feed.
|
StoriesDeleteQuery |
delete(GroupActor actor)
Allows to delete story.
|
StoriesDeleteQuery |
delete(UserActor actor)
Allows to delete story.
|
StoriesGetBannedQuery |
getBanned(UserActor actor)
Returns list of sources hidden from current user's feed.
|
StoriesGetBannedQueryWithExtended |
getBannedExtended(UserActor actor)
Returns list of sources hidden from current user's feed.
|
StoriesGetByIdQueryWithExtended |
getByIdExtended(GroupActor actor,
java.util.List<java.lang.String> stories)
Returns story by its ID.
|
StoriesGetByIdQueryWithExtended |
getByIdExtended(GroupActor actor,
java.lang.String... stories)
Returns story by its ID.
|
StoriesGetByIdQueryWithExtended |
getByIdExtended(UserActor actor,
java.util.List<java.lang.String> stories)
Returns story by its ID.
|
StoriesGetByIdQueryWithExtended |
getByIdExtended(UserActor actor,
java.lang.String... stories)
Returns story by its ID.
|
StoriesGetDetailedStatsQueryWithV5200 |
getDetailedStatsV5200(UserActor actor,
java.lang.Long ownerId,
java.lang.Integer storyId) |
StoriesGetPhotoUploadServerQuery |
getPhotoUploadServer(GroupActor actor)
Returns URL for uploading a story with photo.
|
StoriesGetPhotoUploadServerQuery |
getPhotoUploadServer(UserActor actor)
Returns URL for uploading a story with photo.
|
StoriesGetRepliesQueryWithV5113 |
getRepliesV5113(GroupActor actor,
java.lang.Long ownerId,
java.lang.Integer storyId)
Returns replies to the story.
|
StoriesGetRepliesQueryWithV5113 |
getRepliesV5113(UserActor actor,
java.lang.Long ownerId,
java.lang.Integer storyId)
Returns replies to the story.
|
StoriesGetStatsQuery |
getStats(GroupActor actor)
Returns stories available for current user.
|
StoriesGetStatsQuery |
getStats(GroupActor actor,
java.lang.Long ownerId,
java.lang.Integer storyId)
Returns stories available for current user.
|
StoriesGetStatsQuery |
getStats(UserActor actor)
Returns stories available for current user.
|
StoriesGetStatsQuery |
getStats(UserActor actor,
java.lang.Long ownerId,
java.lang.Integer storyId)
Returns stories available for current user.
|
StoriesGetQueryWithV5113 |
getV5113(GroupActor actor)
Returns stories available for current user.
|
StoriesGetQueryWithV5113 |
getV5113(UserActor actor)
Returns stories available for current user.
|
StoriesGetVideoUploadServerQuery |
getVideoUploadServer(GroupActor actor)
Allows to receive URL for uploading story with video.
|
StoriesGetVideoUploadServerQuery |
getVideoUploadServer(UserActor actor)
Allows to receive URL for uploading story with video.
|
StoriesGetViewersQueryWithExtendedV5115 |
getViewersExtendedV5115(GroupActor actor,
java.lang.Integer storyId)
Returns a list of story viewers.
|
StoriesGetViewersQueryWithExtendedV5115 |
getViewersExtendedV5115(UserActor actor,
java.lang.Integer storyId)
Returns a list of story viewers.
|
StoriesHideAllRepliesQuery |
hideAllReplies(GroupActor actor)
Hides all replies in the last 24 hours from the user to current user's stories.
|
StoriesHideAllRepliesQuery |
hideAllReplies(GroupActor actor,
java.lang.Long ownerId)
Hides all replies in the last 24 hours from the user to current user's stories.
|
StoriesHideAllRepliesQuery |
hideAllReplies(UserActor actor)
Hides all replies in the last 24 hours from the user to current user's stories.
|
StoriesHideAllRepliesQuery |
hideAllReplies(UserActor actor,
java.lang.Long ownerId)
Hides all replies in the last 24 hours from the user to current user's stories.
|
StoriesHideReplyQuery |
hideReply(GroupActor actor)
Hides the reply to the current user's story.
|
StoriesHideReplyQuery |
hideReply(GroupActor actor,
java.lang.Long ownerId,
java.lang.Integer storyId)
Hides the reply to the current user's story.
|
StoriesHideReplyQuery |
hideReply(UserActor actor)
Hides the reply to the current user's story.
|
StoriesHideReplyQuery |
hideReply(UserActor actor,
java.lang.Long ownerId,
java.lang.Integer storyId)
Hides the reply to the current user's story.
|
StoriesSaveQuery |
save(GroupActor actor) |
StoriesSaveQuery |
save(UserActor actor) |
StoriesSearchQueryWithV5113 |
searchV5113(UserActor actor) |
StoriesSendInteractionQuery |
sendInteraction(ServiceActor actor) |
StoriesSendInteractionQuery |
sendInteraction(ServiceActor actor,
java.lang.String accessKey) |
StoriesUnbanOwnerQuery |
unbanOwner(UserActor actor)
Allows to show stories from hidden sources in current user's feed.
|
StoriesUnbanOwnerQuery |
unbanOwner(UserActor actor,
java.util.List<java.lang.Long> ownersIds)
Allows to show stories from hidden sources in current user's feed.
|
StoriesUnbanOwnerQuery |
unbanOwner(UserActor actor,
java.lang.Long... ownersIds)
Allows to show stories from hidden sources in current user's feed.
|
getClientpublic Stories(VkApiClient client)
client - vk api clientpublic StoriesBanOwnerQuery banOwner(UserActor actor, java.lang.Long... ownersIds)
actor - vk user actorownersIds - List of sources IDspublic StoriesBanOwnerQuery banOwner(UserActor actor, java.util.List<java.lang.Long> ownersIds)
actor - vk user actorownersIds - List of sources IDspublic StoriesBanOwnerQuery banOwner(UserActor actor)
actor - vk user actorpublic StoriesDeleteQuery delete(UserActor actor)
actor - vk user actorpublic StoriesDeleteQuery delete(GroupActor actor)
actor - vk group actorpublic StoriesGetQueryWithV5113 getV5113(UserActor actor)
actor - vk user actorpublic StoriesGetQueryWithV5113 getV5113(GroupActor actor)
actor - vk group actorpublic StoriesGetBannedQuery getBanned(UserActor actor)
actor - vk user actorpublic StoriesGetBannedQueryWithExtended getBannedExtended(UserActor actor)
actor - vk user actorpublic StoriesGetByIdQueryWithExtended getByIdExtended(UserActor actor, java.lang.String... stories)
actor - vk user actorstories - Stories IDs separated by commas. Use format {owner_id}+'_'+{story_id}, for example, 12345_54331.public StoriesGetByIdQueryWithExtended getByIdExtended(UserActor actor, java.util.List<java.lang.String> stories)
actor - vk user actorstories - Stories IDs separated by commas. Use format {owner_id}+'_'+{story_id}, for example, 12345_54331.public StoriesGetByIdQueryWithExtended getByIdExtended(GroupActor actor, java.lang.String... stories)
actor - vk group actorstories - Stories IDs separated by commas. Use format {owner_id}+'_'+{story_id}, for example, 12345_54331.public StoriesGetByIdQueryWithExtended getByIdExtended(GroupActor actor, java.util.List<java.lang.String> stories)
actor - vk group actorstories - Stories IDs separated by commas. Use format {owner_id}+'_'+{story_id}, for example, 12345_54331.public StoriesGetDetailedStatsQueryWithV5200 getDetailedStatsV5200(UserActor actor, java.lang.Long ownerId, java.lang.Integer storyId)
actor - vk user actorownerId - storyId - public StoriesGetPhotoUploadServerQuery getPhotoUploadServer(UserActor actor)
actor - vk user actorpublic StoriesGetPhotoUploadServerQuery getPhotoUploadServer(GroupActor actor)
actor - vk group actorpublic StoriesGetRepliesQueryWithV5113 getRepliesV5113(UserActor actor, java.lang.Long ownerId, java.lang.Integer storyId)
actor - vk user actorownerId - Story owner ID.storyId - Story ID.public StoriesGetRepliesQueryWithV5113 getRepliesV5113(GroupActor actor, java.lang.Long ownerId, java.lang.Integer storyId)
actor - vk group actorownerId - Story owner ID.storyId - Story ID.public StoriesGetStatsQuery getStats(UserActor actor, java.lang.Long ownerId, java.lang.Integer storyId)
actor - vk user actorownerId - Story owner ID.storyId - Story ID.public StoriesGetStatsQuery getStats(UserActor actor)
actor - vk user actorpublic StoriesGetStatsQuery getStats(GroupActor actor, java.lang.Long ownerId, java.lang.Integer storyId)
actor - vk group actorownerId - Story owner ID.storyId - Story ID.public StoriesGetStatsQuery getStats(GroupActor actor)
actor - vk group actorpublic StoriesGetVideoUploadServerQuery getVideoUploadServer(UserActor actor)
actor - vk user actorpublic StoriesGetVideoUploadServerQuery getVideoUploadServer(GroupActor actor)
actor - vk group actorpublic StoriesGetViewersQueryWithExtendedV5115 getViewersExtendedV5115(UserActor actor, java.lang.Integer storyId)
actor - vk user actorstoryId - Story ID.public StoriesGetViewersQueryWithExtendedV5115 getViewersExtendedV5115(GroupActor actor, java.lang.Integer storyId)
actor - vk group actorstoryId - Story ID.public StoriesHideAllRepliesQuery hideAllReplies(UserActor actor, java.lang.Long ownerId)
actor - vk user actorownerId - ID of the user whose replies should be hidden.public StoriesHideAllRepliesQuery hideAllReplies(UserActor actor)
actor - vk user actorpublic StoriesHideAllRepliesQuery hideAllReplies(GroupActor actor, java.lang.Long ownerId)
actor - vk group actorownerId - ID of the user whose replies should be hidden.public StoriesHideAllRepliesQuery hideAllReplies(GroupActor actor)
actor - vk group actorpublic StoriesHideReplyQuery hideReply(UserActor actor, java.lang.Long ownerId, java.lang.Integer storyId)
actor - vk user actorownerId - ID of the user whose replies should be hidden.storyId - Story ID.public StoriesHideReplyQuery hideReply(UserActor actor)
actor - vk user actorpublic StoriesHideReplyQuery hideReply(GroupActor actor, java.lang.Long ownerId, java.lang.Integer storyId)
actor - vk group actorownerId - ID of the user whose replies should be hidden.storyId - Story ID.public StoriesHideReplyQuery hideReply(GroupActor actor)
actor - vk group actorpublic StoriesSaveQuery save(UserActor actor)
actor - vk user actorpublic StoriesSaveQuery save(GroupActor actor)
actor - vk group actorpublic StoriesSearchQueryWithV5113 searchV5113(UserActor actor)
actor - vk user actorpublic StoriesSendInteractionQuery sendInteraction(ServiceActor actor, java.lang.String accessKey)
actor - vk service actoraccessKey - public StoriesSendInteractionQuery sendInteraction(ServiceActor actor)
actor - vk service actorpublic StoriesUnbanOwnerQuery unbanOwner(UserActor actor, java.lang.Long... ownersIds)
actor - vk user actorownersIds - List of hidden sources to show stories from.public StoriesUnbanOwnerQuery unbanOwner(UserActor actor, java.util.List<java.lang.Long> ownersIds)
actor - vk user actorownersIds - List of hidden sources to show stories from.public StoriesUnbanOwnerQuery unbanOwner(UserActor actor)
actor - vk user actor