Class PagesParseWikiQuery

    • Constructor Detail

      • PagesParseWikiQuery

        public PagesParseWikiQuery​(VkApiClient client,
                                   UserActor actor,
                                   java.lang.String text)
        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
        text - value of "text" parameter.
    • Method Detail

      • text

        protected PagesParseWikiQuery text​(java.lang.String value)
        Text of the wiki page.
        Parameters:
        value - value of "text" parameter.
        Returns:
        a reference to this AbstractQueryBuilder object to fulfill the "Builder" pattern.
      • groupId

        public PagesParseWikiQuery groupId​(java.lang.Integer value)
        ID of the group in the context of which this markup is interpreted.
        Parameters:
        value - value of "group id" parameter. Minimum is 0.
        Returns:
        a reference to this AbstractQueryBuilder object to fulfill the "Builder" pattern.