Class BoardEditTopicQuery

    • Constructor Detail

      • BoardEditTopicQuery

        public BoardEditTopicQuery​(VkApiClient client,
                                   UserActor actor,
                                   int groupId,
                                   int topicId,
                                   java.lang.String title)
        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
        groupId - value of "group id" parameter. Minimum is 1.
        topicId - value of "topic id" parameter. Minimum is 0.
        title - value of "title" parameter.
    • Method Detail

      • groupId

        protected BoardEditTopicQuery groupId​(int value)
        ID of the community that owns the discussion board.
        Parameters:
        value - value of "group id" parameter. Minimum is 1.
        Returns:
        a reference to this AbstractQueryBuilder object to fulfill the "Builder" pattern.
      • topicId

        protected BoardEditTopicQuery topicId​(int value)
        Topic ID.
        Parameters:
        value - value of "topic id" parameter. Minimum is 0.
        Returns:
        a reference to this AbstractQueryBuilder object to fulfill the "Builder" pattern.
      • title

        protected BoardEditTopicQuery title​(java.lang.String value)
        New title of the topic.
        Parameters:
        value - value of "title" parameter.
        Returns:
        a reference to this AbstractQueryBuilder object to fulfill the "Builder" pattern.