public class AppWidgets extends AbstractAction
| Constructor and Description |
|---|
AppWidgets(VkApiClient client)
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
AppWidgetsGetAppImagesQuery |
getAppImages(GroupActor actor)
Returns an app collection of images for community app widgets
|
AppWidgetsGetAppImagesQuery |
getAppImages(ServiceActor actor)
Returns an app collection of images for community app widgets
|
AppWidgetsGetAppImagesQuery |
getAppImages(UserActor actor)
Returns an app collection of images for community app widgets
|
AppWidgetsGetAppImageUploadServerQuery |
getAppImageUploadServer(ServiceActor actor)
Returns a URL for uploading a photo to the community collection for community app widgets
|
AppWidgetsGetAppImageUploadServerQuery |
getAppImageUploadServer(ServiceActor actor,
GetAppImageUploadServerImageType imageType)
Returns a URL for uploading a photo to the community collection for community app widgets
|
AppWidgetsGetGroupImagesQuery |
getGroupImages(GroupActor actor)
Returns a community collection of images for community app widgets
|
AppWidgetsGetGroupImageUploadServerQuery |
getGroupImageUploadServer(GroupActor actor)
Returns a URL for uploading a photo to the community collection for community app widgets
|
AppWidgetsGetGroupImageUploadServerQuery |
getGroupImageUploadServer(GroupActor actor,
GetGroupImageUploadServerImageType imageType)
Returns a URL for uploading a photo to the community collection for community app widgets
|
AppWidgetsGetImagesByIdQuery |
getImagesById(GroupActor actor)
Returns an image for community app widgets by its ID
|
AppWidgetsGetImagesByIdQuery |
getImagesById(GroupActor actor,
java.util.List<java.lang.String> images)
Returns an image for community app widgets by its ID
|
AppWidgetsGetImagesByIdQuery |
getImagesById(GroupActor actor,
java.lang.String... images)
Returns an image for community app widgets by its ID
|
AppWidgetsGetImagesByIdQuery |
getImagesById(ServiceActor actor)
Returns an image for community app widgets by its ID
|
AppWidgetsGetImagesByIdQuery |
getImagesById(ServiceActor actor,
java.util.List<java.lang.String> images)
Returns an image for community app widgets by its ID
|
AppWidgetsGetImagesByIdQuery |
getImagesById(ServiceActor actor,
java.lang.String... images)
Returns an image for community app widgets by its ID
|
AppWidgetsGetImagesByIdQuery |
getImagesById(UserActor actor)
Returns an image for community app widgets by its ID
|
AppWidgetsGetImagesByIdQuery |
getImagesById(UserActor actor,
java.util.List<java.lang.String> images)
Returns an image for community app widgets by its ID
|
AppWidgetsGetImagesByIdQuery |
getImagesById(UserActor actor,
java.lang.String... images)
Returns an image for community app widgets by its ID
|
AppWidgetsSaveAppImageQuery |
saveAppImage(ServiceActor actor)
Allows to save image into app collection for community app widgets
|
AppWidgetsSaveAppImageQuery |
saveAppImage(ServiceActor actor,
java.lang.String hash,
java.lang.String image)
Allows to save image into app collection for community app widgets
|
AppWidgetsSaveGroupImageQuery |
saveGroupImage(GroupActor actor)
Allows to save image into community collection for community app widgets
|
AppWidgetsSaveGroupImageQuery |
saveGroupImage(GroupActor actor,
java.lang.String hash,
java.lang.String image)
Allows to save image into community collection for community app widgets
|
AppWidgetsUpdateQuery |
update(GroupActor actor)
Allows to update community app widget
|
AppWidgetsUpdateQuery |
update(GroupActor actor,
java.lang.String code,
UpdateType type)
Allows to update community app widget
|
getClientpublic AppWidgets(VkApiClient client)
client - vk api clientpublic AppWidgetsGetAppImageUploadServerQuery getAppImageUploadServer(ServiceActor actor, GetAppImageUploadServerImageType imageType)
actor - vk service actorimageType - public AppWidgetsGetAppImageUploadServerQuery getAppImageUploadServer(ServiceActor actor)
actor - vk service actorpublic AppWidgetsGetAppImagesQuery getAppImages(UserActor actor)
actor - vk user actorpublic AppWidgetsGetAppImagesQuery getAppImages(GroupActor actor)
actor - vk group actorpublic AppWidgetsGetAppImagesQuery getAppImages(ServiceActor actor)
actor - vk service actorpublic AppWidgetsGetGroupImageUploadServerQuery getGroupImageUploadServer(GroupActor actor, GetGroupImageUploadServerImageType imageType)
actor - vk group actorimageType - public AppWidgetsGetGroupImageUploadServerQuery getGroupImageUploadServer(GroupActor actor)
actor - vk group actorpublic AppWidgetsGetGroupImagesQuery getGroupImages(GroupActor actor)
actor - vk group actorpublic AppWidgetsGetImagesByIdQuery getImagesById(UserActor actor, java.lang.String... images)
actor - vk user actorimages - List of images IDspublic AppWidgetsGetImagesByIdQuery getImagesById(UserActor actor, java.util.List<java.lang.String> images)
actor - vk user actorimages - List of images IDspublic AppWidgetsGetImagesByIdQuery getImagesById(UserActor actor)
actor - vk user actorpublic AppWidgetsGetImagesByIdQuery getImagesById(GroupActor actor, java.lang.String... images)
actor - vk group actorimages - List of images IDspublic AppWidgetsGetImagesByIdQuery getImagesById(GroupActor actor, java.util.List<java.lang.String> images)
actor - vk group actorimages - List of images IDspublic AppWidgetsGetImagesByIdQuery getImagesById(GroupActor actor)
actor - vk group actorpublic AppWidgetsGetImagesByIdQuery getImagesById(ServiceActor actor, java.lang.String... images)
actor - vk service actorimages - List of images IDspublic AppWidgetsGetImagesByIdQuery getImagesById(ServiceActor actor, java.util.List<java.lang.String> images)
actor - vk service actorimages - List of images IDspublic AppWidgetsGetImagesByIdQuery getImagesById(ServiceActor actor)
actor - vk service actorpublic AppWidgetsSaveAppImageQuery saveAppImage(ServiceActor actor, java.lang.String hash, java.lang.String image)
actor - vk service actorhash - Parameter returned when photo is uploaded to serverimage - Parameter returned when photo is uploaded to serverpublic AppWidgetsSaveAppImageQuery saveAppImage(ServiceActor actor)
actor - vk service actorpublic AppWidgetsSaveGroupImageQuery saveGroupImage(GroupActor actor, java.lang.String hash, java.lang.String image)
actor - vk group actorhash - Parameter returned when photo is uploaded to serverimage - Parameter returned when photo is uploaded to serverpublic AppWidgetsSaveGroupImageQuery saveGroupImage(GroupActor actor)
actor - vk group actorpublic AppWidgetsUpdateQuery update(GroupActor actor, java.lang.String code, UpdateType type)
actor - vk group actorcode - type - public AppWidgetsUpdateQuery update(GroupActor actor)
actor - vk group actor