Class FaveSetTagsQuery

    • Constructor Detail

      • FaveSetTagsQuery

        public FaveSetTagsQuery​(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

      • itemType

        public FaveSetTagsQuery itemType​(SetTagsItemType value)
        Set item type
        Parameters:
        value - value of "item type" parameter.
        Returns:
        a reference to this AbstractQueryBuilder object to fulfill the "Builder" pattern.
      • itemOwnerId

        public FaveSetTagsQuery itemOwnerId​(java.lang.Integer value)
        Set item owner id
        Parameters:
        value - value of "item owner id" parameter.
        Returns:
        a reference to this AbstractQueryBuilder object to fulfill the "Builder" pattern.
      • itemId

        public FaveSetTagsQuery itemId​(java.lang.Integer value)
        Set item id
        Parameters:
        value - value of "item id" parameter.
        Returns:
        a reference to this AbstractQueryBuilder object to fulfill the "Builder" pattern.
      • linkId

        public FaveSetTagsQuery linkId​(java.lang.String value)
        Set link id
        Parameters:
        value - value of "link id" parameter.
        Returns:
        a reference to this AbstractQueryBuilder object to fulfill the "Builder" pattern.
      • linkUrl

        public FaveSetTagsQuery linkUrl​(java.lang.String value)
        Set link url
        Parameters:
        value - value of "link url" parameter.
        Returns:
        a reference to this AbstractQueryBuilder object to fulfill the "Builder" pattern.
      • tagIds

        public FaveSetTagsQuery tagIds​(java.lang.Integer... value)
        tag_ids Set tag ids
        Parameters:
        value - value of "tag ids" parameter.
        Returns:
        a reference to this AbstractQueryBuilder object to fulfill the "Builder" pattern.
      • tagIds

        public FaveSetTagsQuery tagIds​(java.util.List<java.lang.Integer> value)
        Set tag ids
        Parameters:
        value - value of "tag ids" parameter.
        Returns:
        a reference to this AbstractQueryBuilder object to fulfill the "Builder" pattern.