Class StoreAddStickersToFavoriteQuery

    • Constructor Detail

      • StoreAddStickersToFavoriteQuery

        public StoreAddStickersToFavoriteQuery​(VkApiClient client,
                                               UserActor actor,
                                               java.lang.Integer... stickerIds)
        Creates a AbstractQueryBuilder instance that can be used to build api request with various parameters
        Parameters:
        client - VK API client
        actor - actor with access token
        stickerIds - value of "sticker ids" parameter.
      • StoreAddStickersToFavoriteQuery

        public StoreAddStickersToFavoriteQuery​(VkApiClient client,
                                               UserActor actor,
                                               java.util.List<java.lang.Integer> stickerIds)
        Creates a AbstractQueryBuilder instance that can be used to build api request with various parameters
        Parameters:
        client - VK API client
        actor - actor with access token
        stickerIds - value of "sticker ids" parameter.