Class FaveGetLinksQuery

    • Constructor Detail

      • FaveGetLinksQuery

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

      • offset

        public FaveGetLinksQuery offset​(java.lang.Integer value)
        Offset needed to return a specific subset of users.
        Parameters:
        value - value of "offset" parameter. Minimum is 0.
        Returns:
        a reference to this AbstractQueryBuilder object to fulfill the "Builder" pattern.
      • count

        public FaveGetLinksQuery count​(java.lang.Integer value)
        Number of results to return.
        Parameters:
        value - value of "count" parameter. Minimum is 0. By default 50.
        Returns:
        a reference to this AbstractQueryBuilder object to fulfill the "Builder" pattern.