Class WallDeleteQuery

    • Constructor Detail

      • WallDeleteQuery

        public WallDeleteQuery​(VkApiClient client,
                               UserActor actor)
        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
    • Method Detail

      • ownerId

        public WallDeleteQuery ownerId​(java.lang.Integer value)
        User ID or community ID. Use a negative value to designate a community ID.
        Parameters:
        value - value of "owner id" parameter.
        Returns:
        a reference to this AbstractQueryBuilder object to fulfill the "Builder" pattern.
      • postId

        public WallDeleteQuery postId​(java.lang.Integer value)
        ID of the post to be deleted.
        Parameters:
        value - value of "post id" parameter. Minimum is 0.
        Returns:
        a reference to this AbstractQueryBuilder object to fulfill the "Builder" pattern.