Class GroupsGetCatalogQuery

    • Constructor Detail

      • GroupsGetCatalogQuery

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

      • categoryId

        public GroupsGetCatalogQuery categoryId​(java.lang.Integer value)
        Category id received from [vk.com/dev/groups.getCatalogInfo|groups.getCatalogInfo].
        Parameters:
        value - value of "category id" parameter. Minimum is 0.
        Returns:
        a reference to this AbstractQueryBuilder object to fulfill the "Builder" pattern.
      • subcategoryId

        public GroupsGetCatalogQuery subcategoryId​(java.lang.Integer value)
        Subcategory id received from [vk.com/dev/groups.getCatalogInfo|groups.getCatalogInfo].
        Parameters:
        value - value of "subcategory id" parameter. Maximum is 99. Minimum is 0.
        Returns:
        a reference to this AbstractQueryBuilder object to fulfill the "Builder" pattern.