Class GroupsTagAddQuery

    • Constructor Detail

      • GroupsTagAddQuery

        public GroupsTagAddQuery​(VkApiClient client,
                                 UserActor actor,
                                 int groupId,
                                 java.lang.String tagName)
        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.
        tagName - value of "tag name" parameter.
    • Method Detail

      • groupId

        protected GroupsTagAddQuery groupId​(int value)
        Set group id
        Parameters:
        value - value of "group id" parameter. Minimum is 1.
        Returns:
        a reference to this AbstractQueryBuilder object to fulfill the "Builder" pattern.
      • tagName

        protected GroupsTagAddQuery tagName​(java.lang.String value)
        Set tag name
        Parameters:
        value - value of "tag name" parameter.
        Returns:
        a reference to this AbstractQueryBuilder object to fulfill the "Builder" pattern.
      • tagColor

        public GroupsTagAddQuery tagColor​(TagAddTagColor value)
        Set tag color
        Parameters:
        value - value of "tag color" parameter.
        Returns:
        a reference to this AbstractQueryBuilder object to fulfill the "Builder" pattern.