Class NewsfeedGetListsQuery

    • Constructor Detail

      • NewsfeedGetListsQuery

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

      • extended

        public NewsfeedGetListsQuery extended​(java.lang.Boolean value)
        Return additional list info
        Parameters:
        value - value of "extended" parameter. By default 0.
        Returns:
        a reference to this AbstractQueryBuilder object to fulfill the "Builder" pattern.
      • listIds

        public NewsfeedGetListsQuery listIds​(java.lang.Integer... value)
        list_ids Numeric list identifiers.
        Parameters:
        value - value of "list ids" parameter.
        Returns:
        a reference to this AbstractQueryBuilder object to fulfill the "Builder" pattern.
      • listIds

        public NewsfeedGetListsQuery listIds​(java.util.List<java.lang.Integer> value)
        Numeric list identifiers.
        Parameters:
        value - value of "list ids" parameter.
        Returns:
        a reference to this AbstractQueryBuilder object to fulfill the "Builder" pattern.